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 505f512ac254..9d8d40d5c8f7 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -308,6 +308,16 @@ config RTC_DRV_DS1553 | |||
308 | This driver can also be built as a module. If so, the module | 308 | This driver can also be built as a module. If so, the module |
309 | will be called rtc-ds1553. | 309 | will be called rtc-ds1553. |
310 | 310 | ||
311 | config RTC_DRV_STK17TA8 | ||
312 | tristate "Simtek STK17TA8" | ||
313 | depends on RTC_CLASS | ||
314 | help | ||
315 | If you say yes here you get support for the | ||
316 | Simtek STK17TA8 timekeeping chip. | ||
317 | |||
318 | This driver can also be built as a module. If so, the module | ||
319 | will be called rtc-stk17ta8. | ||
320 | |||
311 | config RTC_DRV_DS1742 | 321 | config RTC_DRV_DS1742 |
312 | tristate "Dallas DS1742/1743" | 322 | tristate "Dallas DS1742/1743" |
313 | depends on RTC_CLASS | 323 | depends on RTC_CLASS |