diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 40c168bf6984..8167e9e6827a 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -601,6 +601,12 @@ config RTC_DRV_AB3100 | |||
601 | Select this to enable the ST-Ericsson AB3100 Mixed Signal IC RTC | 601 | Select this to enable the ST-Ericsson AB3100 Mixed Signal IC RTC |
602 | support. This chip contains a battery- and capacitor-backed RTC. | 602 | support. This chip contains a battery- and capacitor-backed RTC. |
603 | 603 | ||
604 | config RTC_DRV_NUC900 | ||
605 | tristate "NUC910/NUC920 RTC driver" | ||
606 | depends on RTC_CLASS && ARCH_W90X900 | ||
607 | help | ||
608 | If you say yes here you get support for the RTC subsystem of the | ||
609 | NUC910/NUC920 used in embedded systems. | ||
604 | 610 | ||
605 | comment "on-CPU RTC drivers" | 611 | comment "on-CPU RTC drivers" |
606 | 612 | ||