diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 71fbd6e8edf7..8167e9e6827a 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -242,6 +242,15 @@ config RTC_DRV_M41T80_WDT | |||
242 | If you say Y here you will get support for the | 242 | If you say Y here you will get support for the |
243 | watchdog timer in the ST M41T60 and M41T80 RTC chips series. | 243 | watchdog timer in the ST M41T60 and M41T80 RTC chips series. |
244 | 244 | ||
245 | config RTC_DRV_BQ32K | ||
246 | tristate "TI BQ32000" | ||
247 | help | ||
248 | If you say Y here you will get support for the TI | ||
249 | BQ32000 I2C RTC chip. | ||
250 | |||
251 | This driver can also be built as a module. If so, the module | ||
252 | will be called rtc-bq32k. | ||
253 | |||
245 | config RTC_DRV_DM355EVM | 254 | config RTC_DRV_DM355EVM |
246 | tristate "TI DaVinci DM355 EVM RTC" | 255 | tristate "TI DaVinci DM355 EVM RTC" |
247 | depends on MFD_DM355EVM_MSP | 256 | depends on MFD_DM355EVM_MSP |
@@ -592,15 +601,22 @@ config RTC_DRV_AB3100 | |||
592 | 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 |
593 | support. This chip contains a battery- and capacitor-backed RTC. | 602 | support. This chip contains a battery- and capacitor-backed RTC. |
594 | 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. | ||
595 | 610 | ||
596 | comment "on-CPU RTC drivers" | 611 | comment "on-CPU RTC drivers" |
597 | 612 | ||
598 | config RTC_DRV_OMAP | 613 | config RTC_DRV_OMAP |
599 | tristate "TI OMAP1" | 614 | tristate "TI OMAP1" |
600 | depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 | 615 | depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX |
601 | help | 616 | help |
602 | Say "yes" here to support the real time clock on TI OMAP1 chips. | 617 | Say "yes" here to support the real time clock on TI OMAP1 and |
603 | This driver can also be built as a module called rtc-omap. | 618 | DA8xx/OMAP-L13x chips. This driver can also be built as a |
619 | module called rtc-omap. | ||
604 | 620 | ||
605 | config RTC_DRV_S3C | 621 | config RTC_DRV_S3C |
606 | tristate "Samsung S3C series SoC RTC" | 622 | tristate "Samsung S3C series SoC RTC" |
@@ -846,4 +862,10 @@ config RTC_DRV_PCAP | |||
846 | If you say Y here you will get support for the RTC found on | 862 | If you say Y here you will get support for the RTC found on |
847 | the PCAP2 ASIC used on some Motorola phones. | 863 | the PCAP2 ASIC used on some Motorola phones. |
848 | 864 | ||
865 | config RTC_DRV_MC13783 | ||
866 | depends on MFD_MC13783 | ||
867 | tristate "Freescale MC13783 RTC" | ||
868 | help | ||
869 | This enables support for the Freescale MC13783 PMIC RTC | ||
870 | |||
849 | endif # RTC_CLASS | 871 | endif # RTC_CLASS |