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 814f49fde530..847481dc8d72 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -246,6 +246,16 @@ config RTC_DRV_TWL92330 | |||
246 | platforms. The support is integrated with the rest of | 246 | platforms. The support is integrated with the rest of |
247 | the Menelaus driver; it's not separate module. | 247 | the Menelaus driver; it's not separate module. |
248 | 248 | ||
249 | config RTC_DRV_TWL4030 | ||
250 | tristate "TI TWL4030/TWL5030/TPS659x0" | ||
251 | depends on RTC_CLASS && TWL4030_CORE | ||
252 | help | ||
253 | If you say yes here you get support for the RTC on the | ||
254 | TWL4030 family chips, used mostly with OMAP3 platforms. | ||
255 | |||
256 | This driver can also be built as a module. If so, the module | ||
257 | will be called rtc-twl4030. | ||
258 | |||
249 | config RTC_DRV_S35390A | 259 | config RTC_DRV_S35390A |
250 | tristate "Seiko Instruments S-35390A" | 260 | tristate "Seiko Instruments S-35390A" |
251 | select BITREVERSE | 261 | select BITREVERSE |