Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Roland Stigge and committed by
Linus Torvalds
ef216ad0 fc9bd902

+1 -1
+1 -1
drivers/rtc/Kconfig
··· 768 768 769 769 config RTC_DRV_IMXDI 770 770 tristate "Freescale IMX DryIce Real Time Clock" 771 - depends on SOC_IMX25 771 + depends on ARCH_MXC 772 772 help 773 773 Support for Freescale IMX DryIce RTC 774 774