aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2009-12-15 19:46:09 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2009-12-16 10:20:00 -0500
commit43299f285937c907abcdd987c670c755194943cc (patch)
tree8ee8a8338531b393f3dfd7e1b911fbe0495a9306 /drivers/rtc/Kconfig
parent6f38b0436f7f0f0626d1f078edf4c38b0802b8f8 (diff)
rtc: add Freescale MC13783 RTC driver
This driver provides support for the RTC part integrated into the Freescale MC13783 PMIC and bases on patch created earlier by Sascha Hauer. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Valentin Longchamp <valentin.longchamp@epfl.ch> Cc: Paul Gortmaker <p_gortmaker@yahoo.com> Signed-off-by: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 71fbd6e8edf7..564f3d173b19 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -846,4 +846,10 @@ config RTC_DRV_PCAP
846 If you say Y here you will get support for the RTC found on 846 If you say Y here you will get support for the RTC found on
847 the PCAP2 ASIC used on some Motorola phones. 847 the PCAP2 ASIC used on some Motorola phones.
848 848
849config RTC_DRV_MC13783
850 depends on MFD_MC13783
851 tristate "Freescale MC13783 RTC"
852 help
853 This enables support for the Freescale MC13783 PMIC RTC
854
849endif # RTC_CLASS 855endif # RTC_CLASS