diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-29 02:02:36 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-29 17:16:52 -0400 |
commit | de2cf332b74614ad3d52206da03095b6b8cbdac1 (patch) | |
tree | c0ecc61151596ad0791026d0f222fb7dcf166ddb /drivers/rtc/Kconfig | |
parent | 84d6bd5ef79a6ccc21af97b870f6ef94fbc9b11e (diff) |
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 | |||
599 | If you say Y here you will get support for the Hypervisor | 599 | If you say Y here you will get support for the Hypervisor |
600 | based RTC on SUN4V systems. | 600 | based RTC on SUN4V systems. |
601 | 601 | ||
602 | config RTC_DRV_STARFIRE | ||
603 | bool "Starfire RTC" | ||
604 | depends on SPARC64 | ||
605 | help | ||
606 | If you say Y here you will get support for the RTC found on | ||
607 | Starfire systems. | ||
608 | |||
602 | endif # RTC_CLASS | 609 | endif # RTC_CLASS |