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 f87bfea6718c..6309df4e2654 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -335,6 +335,16 @@ config RTC_DRV_TWL4030 | |||
335 | This driver can also be built as a module. If so, the module | 335 | This driver can also be built as a module. If so, the module |
336 | will be called rtc-twl. | 336 | will be called rtc-twl. |
337 | 337 | ||
338 | config RTC_DRV_TPS65910 | ||
339 | tristate "TI TPS65910 RTC driver" | ||
340 | depends on RTC_CLASS && MFD_TPS65910 | ||
341 | help | ||
342 | If you say yes here you get support for the RTC on the | ||
343 | TPS65910 chips. | ||
344 | |||
345 | This driver can also be built as a module. If so, the module | ||
346 | will be called rtc-tps65910. | ||
347 | |||
338 | config RTC_DRV_S35390A | 348 | config RTC_DRV_S35390A |
339 | tristate "Seiko Instruments S-35390A" | 349 | tristate "Seiko Instruments S-35390A" |
340 | select BITREVERSE | 350 | select BITREVERSE |