diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index d0cea02b5dfc..923a9da9c829 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -352,6 +352,14 @@ config RTC_DRV_TWL4030 | |||
352 | This driver can also be built as a module. If so, the module | 352 | This driver can also be built as a module. If so, the module |
353 | will be called rtc-twl. | 353 | will be called rtc-twl. |
354 | 354 | ||
355 | config RTC_DRV_TPS6586X | ||
356 | tristate "TI TPS6586X RTC driver" | ||
357 | depends on MFD_TPS6586X | ||
358 | help | ||
359 | TI Power Managment IC TPS6586X supports RTC functionality | ||
360 | along with alarm. This driver supports the RTC driver for | ||
361 | the TPS6586X RTC module. | ||
362 | |||
355 | config RTC_DRV_TPS65910 | 363 | config RTC_DRV_TPS65910 |
356 | tristate "TI TPS65910 RTC driver" | 364 | tristate "TI TPS65910 RTC driver" |
357 | depends on RTC_CLASS && MFD_TPS65910 | 365 | depends on RTC_CLASS && MFD_TPS65910 |