diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-10-28 06:30:53 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-28 18:30:01 -0400 |
commit | 1c97872b80691f6bd3e46ec431a0d59dc75cb8da (patch) | |
tree | 921661b89914be8d606bf2539d4e2137a429b5c0 /drivers/rtc/Kconfig | |
parent | 72f2e2c763edc41f8eead042b6ff933acb0378e2 (diff) |
rtc: Add support for the rtc found in the MC13892 PMIC
The mfd driver for MC13783 recently got support for MC13892 and was
renamed accordingly from mc13783-core to mc13xxx-core. Do the same for
rtc-mc13783.
The only relevant change is to use platform id's to tell the platform bus
that this driver is responsible for mc13892-rtc devices, too.
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 23579d6e4a6e..2883428d5ac8 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -936,11 +936,12 @@ config RTC_DRV_PCAP | |||
936 | If you say Y here you will get support for the RTC found on | 936 | If you say Y here you will get support for the RTC found on |
937 | the PCAP2 ASIC used on some Motorola phones. | 937 | the PCAP2 ASIC used on some Motorola phones. |
938 | 938 | ||
939 | config RTC_DRV_MC13783 | 939 | config RTC_DRV_MC13XXX |
940 | depends on MFD_MC13783 | 940 | depends on MFD_MC13XXX |
941 | tristate "Freescale MC13783 RTC" | 941 | tristate "Freescale MC13xxx RTC" |
942 | help | 942 | help |
943 | This enables support for the Freescale MC13783 PMIC RTC | 943 | This enables support for the RTCs found on Freescale's PMICs |
944 | MC13783 and MC13892. | ||
944 | 945 | ||
945 | config RTC_DRV_MPC5121 | 946 | config RTC_DRV_MPC5121 |
946 | tristate "Freescale MPC5121 built-in RTC" | 947 | tristate "Freescale MPC5121 built-in RTC" |