From fbbfe96fad04a2a07710dd06fc87dbe012b8eabd Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 12 Aug 2009 05:05:30 +0000 Subject: Add Freescale MC13783 RTC driver 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 Cc: Paul Gortmaker Cc: Alessandro Zummo Cc: rtc-linux@googlegroups.com --- drivers/rtc/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'drivers/rtc/Kconfig') diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 3c20dae43ce2..7fa8db375916 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -827,4 +827,10 @@ config RTC_DRV_PCAP If you say Y here you will get support for the RTC found on the PCAP2 ASIC used on some Motorola phones. +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 -- cgit v1.2.3