diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index bcd18765a4ad..6210280135c8 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -280,6 +280,12 @@ config RTC_DRV_CMOS | |||
280 | This driver can also be built as a module. If so, the module | 280 | This driver can also be built as a module. If so, the module |
281 | will be called rtc-cmos. | 281 | will be called rtc-cmos. |
282 | 282 | ||
283 | config RTC_DRV_DS1216 | ||
284 | tristate "Dallas DS1216" | ||
285 | depends on RTC_CLASS && SNI_RM | ||
286 | help | ||
287 | If you say yes here you get support for the Dallas DS1216 RTC chips. | ||
288 | |||
283 | config RTC_DRV_DS1553 | 289 | config RTC_DRV_DS1553 |
284 | tristate "Dallas DS1553" | 290 | tristate "Dallas DS1553" |
285 | depends on RTC_CLASS | 291 | depends on RTC_CLASS |