aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig31
1 files changed, 26 insertions, 5 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 19c03ab2bdcb..d0cea02b5dfc 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -269,6 +269,15 @@ config RTC_DRV_X1205
269 This driver can also be built as a module. If so, the module 269 This driver can also be built as a module. If so, the module
270 will be called rtc-x1205. 270 will be called rtc-x1205.
271 271
272config RTC_DRV_PCF8523
273 tristate "NXP PCF8523"
274 help
275 If you say yes here you get support for the NXP PCF8523 RTC
276 chips.
277
278 This driver can also be built as a module. If so, the module
279 will be called rtc-pcf8523.
280
272config RTC_DRV_PCF8563 281config RTC_DRV_PCF8563
273 tristate "Philips PCF8563/Epson RTC8564" 282 tristate "Philips PCF8563/Epson RTC8564"
274 help 283 help
@@ -600,6 +609,16 @@ config RTC_DRV_DA9052
600 Say y here to support the RTC driver for Dialog Semiconductor 609 Say y here to support the RTC driver for Dialog Semiconductor
601 DA9052-BC and DA9053-AA/Bx PMICs. 610 DA9052-BC and DA9053-AA/Bx PMICs.
602 611
612config RTC_DRV_DA9055
613 tristate "Dialog Semiconductor DA9055 RTC"
614 depends on MFD_DA9055
615 help
616 If you say yes here you will get support for the
617 RTC of the Dialog DA9055 PMIC.
618
619 This driver can also be built as a module. If so, the module
620 will be called rtc-da9055
621
603config RTC_DRV_EFI 622config RTC_DRV_EFI
604 tristate "EFI RTC" 623 tristate "EFI RTC"
605 depends on IA64 624 depends on IA64
@@ -768,7 +787,7 @@ config RTC_DRV_DAVINCI
768 787
769config RTC_DRV_IMXDI 788config RTC_DRV_IMXDI
770 tristate "Freescale IMX DryIce Real Time Clock" 789 tristate "Freescale IMX DryIce Real Time Clock"
771 depends on SOC_IMX25 790 depends on ARCH_MXC
772 help 791 help
773 Support for Freescale IMX DryIce RTC 792 Support for Freescale IMX DryIce RTC
774 793
@@ -777,11 +796,13 @@ config RTC_DRV_IMXDI
777 796
778config RTC_DRV_OMAP 797config RTC_DRV_OMAP
779 tristate "TI OMAP1" 798 tristate "TI OMAP1"
780 depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX 799 depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX || SOC_AM33XX
781 help 800 help
782 Say "yes" here to support the real time clock on TI OMAP1 and 801 Say "yes" here to support the on chip real time clock
783 DA8xx/OMAP-L13x chips. This driver can also be built as a 802 present on TI OMAP1, AM33xx and DA8xx/OMAP-L13x.
784 module called rtc-omap. 803
804 This driver can also be built as a module, if so, module
805 will be called rtc-omap.
785 806
786config HAVE_S3C_RTC 807config HAVE_S3C_RTC
787 bool 808 bool