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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/rtc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index c3f3c2d9e1ed..4c2832df4697 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile | |||
@@ -62,7 +62,7 @@ obj-$(CONFIG_RTC_DRV_MAX6900) += rtc-max6900.o | |||
62 | obj-$(CONFIG_RTC_DRV_MAX8925) += rtc-max8925.o | 62 | obj-$(CONFIG_RTC_DRV_MAX8925) += rtc-max8925.o |
63 | obj-$(CONFIG_RTC_DRV_MAX8998) += rtc-max8998.o | 63 | obj-$(CONFIG_RTC_DRV_MAX8998) += rtc-max8998.o |
64 | obj-$(CONFIG_RTC_DRV_MAX6902) += rtc-max6902.o | 64 | obj-$(CONFIG_RTC_DRV_MAX6902) += rtc-max6902.o |
65 | obj-$(CONFIG_RTC_DRV_MC13783) += rtc-mc13783.o | 65 | obj-$(CONFIG_RTC_DRV_MC13XXX) += rtc-mc13xxx.o |
66 | obj-$(CONFIG_RTC_DRV_MSM6242) += rtc-msm6242.o | 66 | obj-$(CONFIG_RTC_DRV_MSM6242) += rtc-msm6242.o |
67 | obj-$(CONFIG_RTC_DRV_MPC5121) += rtc-mpc5121.o | 67 | obj-$(CONFIG_RTC_DRV_MPC5121) += rtc-mpc5121.o |
68 | obj-$(CONFIG_RTC_DRV_MV) += rtc-mv.o | 68 | obj-$(CONFIG_RTC_DRV_MV) += rtc-mv.o |