diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 6210280135c8..cea401feb0f3 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -231,6 +231,15 @@ config RTC_DRV_M41T80_WDT | |||
231 | If you say Y here you will get support for the | 231 | If you say Y here you will get support for the |
232 | watchdog timer in ST M41T80 RTC chips series. | 232 | watchdog timer in ST M41T80 RTC chips series. |
233 | 233 | ||
234 | config RTC_DRV_TWL92330 | ||
235 | boolean "TI TWL92330/Menelaus" | ||
236 | depends on RTC_CLASS && I2C && MENELAUS | ||
237 | help | ||
238 | If you say yes here you get support for the RTC on the | ||
239 | TWL92330 "Menelaus" power mangement chip, used with OMAP2 | ||
240 | platforms. The support is integrated with the rest of | ||
241 | the Menelaus driver; it's not separate module. | ||
242 | |||
234 | comment "SPI RTC drivers" | 243 | comment "SPI RTC drivers" |
235 | depends on RTC_CLASS && SPI_MASTER | 244 | depends on RTC_CLASS && SPI_MASTER |
236 | 245 | ||