diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-28 23:02:36 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-29 14:16:52 -0700 |
commit | de2cf332b74614ad3d52206da03095b6b8cbdac1 (patch) | |
tree | c0ecc61151596ad0791026d0f222fb7dcf166ddb /drivers/rtc/Kconfig | |
parent | 84d6bd5ef79a6ccc21af97b870f6ef94fbc9b11e (diff) | |
download | linux-stable-de2cf332b74614ad3d52206da03095b6b8cbdac1.tar.gz linux-stable-de2cf332b74614ad3d52206da03095b6b8cbdac1.tar.bz2 linux-stable-de2cf332b74614ad3d52206da03095b6b8cbdac1.zip |
rtc: Add Starfire platform RTC driver.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 23403fae45a7..ecdff2002476 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -599,4 +599,11 @@ config RTC_DRV_SUN4V If you say Y here you will get support for the Hypervisor based RTC on SUN4V systems. +config RTC_DRV_STARFIRE + bool "Starfire RTC" + depends on SPARC64 + help + If you say Y here you will get support for the RTC found on + Starfire systems. + endif # RTC_CLASS |