diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index ff9e35cb308d..6420a90a4a92 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -139,6 +139,17 @@ config RTC_DRV_DS1307 | |||
139 | This driver can also be built as a module. If so, the module | 139 | This driver can also be built as a module. If so, the module |
140 | will be called rtc-ds1307. | 140 | will be called rtc-ds1307. |
141 | 141 | ||
142 | config RTC_DRV_DS1374 | ||
143 | tristate "Maxim/Dallas Semiconductor DS1374 Real Time Clock" | ||
144 | depends on RTC_CLASS && I2C | ||
145 | help | ||
146 | If you say yes here you get support for Dallas Semiconductor | ||
147 | DS1374 real-time clock chips. If an interrupt is associated | ||
148 | with the device, the alarm functionality is supported. | ||
149 | |||
150 | This driver can also be built as a module. If so, the module | ||
151 | will be called rtc-ds1374. | ||
152 | |||
142 | config RTC_DRV_DS1672 | 153 | config RTC_DRV_DS1672 |
143 | tristate "Dallas/Maxim DS1672" | 154 | tristate "Dallas/Maxim DS1672" |
144 | help | 155 | help |