aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig10
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
471config 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
471comment "on-CPU RTC drivers" 481comment "on-CPU RTC drivers"
472 482
473config RTC_DRV_OMAP 483config RTC_DRV_OMAP