diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 0bfd3aad6179..40e3d9c3da84 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -111,6 +111,16 @@ config RTC_DRV_DS1307 | |||
111 | This driver can also be built as a module. If so, the module | 111 | This driver can also be built as a module. If so, the module |
112 | will be called rtc-ds1307. | 112 | will be called rtc-ds1307. |
113 | 113 | ||
114 | config RTC_DRV_DS1553 | ||
115 | tristate "Dallas DS1553" | ||
116 | depends on RTC_CLASS | ||
117 | help | ||
118 | If you say yes here you get support for the | ||
119 | Dallas DS1553 timekeeping chip. | ||
120 | |||
121 | This driver can also be built as a module. If so, the module | ||
122 | will be called rtc-ds1553. | ||
123 | |||
114 | config RTC_DRV_DS1672 | 124 | config RTC_DRV_DS1672 |
115 | tristate "Dallas/Maxim DS1672" | 125 | tristate "Dallas/Maxim DS1672" |
116 | depends on RTC_CLASS && I2C | 126 | depends on RTC_CLASS && I2C |