diff options
author | Roland Stigge <stigge@antcom.de> | 2012-12-17 19:02:22 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-17 20:15:20 -0500 |
commit | ef216ad01728ecb8cf6c604ecb5f69e7fd671b52 (patch) | |
tree | f7dc34aee2851097f43aa962c8f101dfb2966ff6 | |
parent | fc9bd9022e8d5863f3efce34cc38cb0c6187271c (diff) |
drivers/rtc/rtc-imxdi: support for i.MX53
Enable support for i.MX53 in addition to i.MX25 by enabling the driver on
ARCH_MXC generally.
Signed-off-by: Roland Stigge <stigge@antcom.de>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | drivers/rtc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 4f7ecb683d6b..608a7b1794e3 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -768,7 +768,7 @@ config RTC_DRV_DAVINCI | |||
768 | 768 | ||
769 | config RTC_DRV_IMXDI | 769 | config RTC_DRV_IMXDI |
770 | tristate "Freescale IMX DryIce Real Time Clock" | 770 | tristate "Freescale IMX DryIce Real Time Clock" |
771 | depends on SOC_IMX25 | 771 | depends on ARCH_MXC |
772 | help | 772 | help |
773 | Support for Freescale IMX DryIce RTC | 773 | Support for Freescale IMX DryIce RTC |
774 | 774 | ||