summaryrefslogtreecommitdiff
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-08-12 05:05:30 +0000
committerJeremiah Lott <jeremiah.lott@timesys.com>2009-09-30 09:24:02 -0400
commit864becce0496368f8da1363857d7d0a8ef566c3d (patch)
treec8943ffb04d81752f2345e95576e745ef1b44b24 /drivers/rtc/Kconfig
parente810aaab768c5b7901594da3c9943ffdf0534e9e (diff)
Add Freescale MC13783 RTC driver2.6.31-mx27lite-200910011634
This driver provides support for the RTC part integrated into the Freescale MC13783 PMIC. changes since v1: - use set_mmss instead of set_time - fix __devinit / __devexit usage - use platform_driver_probe instead of platform_driver_register - add MODULE_ALIAS Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Cc: Paul Gortmaker <p_gortmaker@yahoo.com> Cc: Alessandro Zummo <a.zummo@towertech.it> Cc: rtc-linux@googlegroups.com
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 14d5f9c49cc3..4e1095727b60 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -770,4 +770,10 @@ config RTC_DRV_PS3
This driver can also be built as a module. If so, the module
will be called rtc-ps3.
+config RTC_DRV_MC13783
+ depends on MFD_MC13783
+ tristate "Freescale MC13783 RTC"
+ help
+ This enables support for the Freescale MC13783 PMIC RTC
+
endif # RTC_CLASS