diff options
author | Roland Stigge <stigge@antcom.de> | 2012-12-17 16:02:22 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-17 17:15:20 -0800 |
commit | ef216ad01728ecb8cf6c604ecb5f69e7fd671b52 (patch) | |
tree | f7dc34aee2851097f43aa962c8f101dfb2966ff6 /drivers/rtc/Kconfig | |
parent | fc9bd9022e8d5863f3efce34cc38cb0c6187271c (diff) | |
download | linux-3.10-ef216ad01728ecb8cf6c604ecb5f69e7fd671b52.tar.gz linux-3.10-ef216ad01728ecb8cf6c604ecb5f69e7fd671b52.tar.bz2 linux-3.10-ef216ad01728ecb8cf6c604ecb5f69e7fd671b52.zip |
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>
Diffstat (limited to 'drivers/rtc/Kconfig')
-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 4f7ecb683d6..608a7b1794e 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -768,7 +768,7 @@ config RTC_DRV_DAVINCI config RTC_DRV_IMXDI tristate "Freescale IMX DryIce Real Time Clock" - depends on SOC_IMX25 + depends on ARCH_MXC help Support for Freescale IMX DryIce RTC |