aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 0309fb368758..609f55593459 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -107,6 +107,16 @@ config RTC_DRV_PCF8563
107 This driver can also be built as a module. If so, the module 107 This driver can also be built as a module. If so, the module
108 will be called rtc-pcf8563. 108 will be called rtc-pcf8563.
109 109
110config RTC_DRV_RS5C372
111 tristate "Ricoh RS5C372A/B"
112 depends on RTC_CLASS && I2C
113 help
114 If you say yes here you get support for the
115 Ricoh RS5C372A and RS5C372B RTC chips.
116
117 This driver can also be built as a module. If so, the module
118 will be called rtc-rs5c372.
119
110config RTC_DRV_TEST 120config RTC_DRV_TEST
111 tristate "Test driver/device" 121 tristate "Test driver/device"
112 depends on RTC_CLASS 122 depends on RTC_CLASS