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 8abbb2020af9..7951ad2fd995 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -468,6 +468,16 @@ config RTC_DRV_V3020 | |||
468 | This driver can also be built as a module. If so, the module | 468 | This driver can also be built as a module. If so, the module |
469 | will be called rtc-v3020. | 469 | will be called rtc-v3020. |
470 | 470 | ||
471 | config RTC_DRV_WM8350 | ||
472 | tristate "Wolfson Microelectronics WM8350 RTC" | ||
473 | depends on MFD_WM8350 | ||
474 | help | ||
475 | If you say yes here you will get support for the RTC subsystem | ||
476 | of the Wolfson Microelectronics WM8350. | ||
477 | |||
478 | This driver can also be built as a module. If so, the module | ||
479 | will be called "rtc-wm8350". | ||
480 | |||
471 | comment "on-CPU RTC drivers" | 481 | comment "on-CPU RTC drivers" |
472 | 482 | ||
473 | config RTC_DRV_OMAP | 483 | config RTC_DRV_OMAP |