aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig29
1 files changed, 19 insertions, 10 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 0754f5c7cb3b..a168e96142b9 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -373,6 +373,14 @@ config RTC_DRV_PCF8563
373 This driver can also be built as a module. If so, the module 373 This driver can also be built as a module. If so, the module
374 will be called rtc-pcf8563. 374 will be called rtc-pcf8563.
375 375
376config RTC_DRV_PCF85063
377 tristate "nxp PCF85063"
378 help
379 If you say yes here you get support for the PCF85063 RTC chip
380
381 This driver can also be built as a module. If so, the module
382 will be called rtc-pcf85063.
383
376config RTC_DRV_PCF8583 384config RTC_DRV_PCF8583
377 tristate "Philips PCF8583" 385 tristate "Philips PCF8583"
378 help 386 help
@@ -760,6 +768,15 @@ config RTC_DRV_DS1742
760 This driver can also be built as a module. If so, the module 768 This driver can also be built as a module. If so, the module
761 will be called rtc-ds1742. 769 will be called rtc-ds1742.
762 770
771config RTC_DRV_DS2404
772 tristate "Maxim/Dallas DS2404"
773 help
774 If you say yes here you get support for the
775 Dallas DS2404 RTC chip.
776
777 This driver can also be built as a module. If so, the module
778 will be called rtc-ds2404.
779
763config RTC_DRV_DA9052 780config RTC_DRV_DA9052
764 tristate "Dialog DA9052/DA9053 RTC" 781 tristate "Dialog DA9052/DA9053 RTC"
765 depends on PMIC_DA9052 782 depends on PMIC_DA9052
@@ -789,7 +806,7 @@ config RTC_DRV_DA9063
789 806
790config RTC_DRV_EFI 807config RTC_DRV_EFI
791 tristate "EFI RTC" 808 tristate "EFI RTC"
792 depends on IA64 809 depends on EFI
793 help 810 help
794 If you say yes here you will get support for the EFI 811 If you say yes here you will get support for the EFI
795 Real Time Clock. 812 Real Time Clock.
@@ -873,15 +890,6 @@ config RTC_DRV_V3020
873 This driver can also be built as a module. If so, the module 890 This driver can also be built as a module. If so, the module
874 will be called rtc-v3020. 891 will be called rtc-v3020.
875 892
876config RTC_DRV_DS2404
877 tristate "Dallas DS2404"
878 help
879 If you say yes here you get support for the
880 Dallas DS2404 RTC chip.
881
882 This driver can also be built as a module. If so, the module
883 will be called rtc-ds2404.
884
885config RTC_DRV_WM831X 893config RTC_DRV_WM831X
886 tristate "Wolfson Microelectronics WM831x RTC" 894 tristate "Wolfson Microelectronics WM831x RTC"
887 depends on MFD_WM831X 895 depends on MFD_WM831X
@@ -1349,6 +1357,7 @@ config RTC_DRV_SIRFSOC
1349 1357
1350config RTC_DRV_MOXART 1358config RTC_DRV_MOXART
1351 tristate "MOXA ART RTC" 1359 tristate "MOXA ART RTC"
1360 depends on ARCH_MOXART || COMPILE_TEST
1352 help 1361 help
1353 If you say yes here you get support for the MOXA ART 1362 If you say yes here you get support for the MOXA ART
1354 RTC module. 1363 RTC module.