diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-03-01 16:59:48 -0300 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-07 19:29:27 +0100 |
commit | 2093023889b8c15bb90acb435e33e2843ef0153c (patch) | |
tree | 984974428719c5623ff92b6effe6e1087d1b9194 /arch/arm/mach-mx5/Kconfig | |
parent | ff864521a93ca3932e281828d41f709e107dad70 (diff) |
ARM: mx53_smd: Add I2C support
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/Kconfig')
-rw-r--r-- | arch/arm/mach-mx5/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index a72c833e7b4..03ec6e90bb4 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig @@ -151,6 +151,7 @@ config MACH_MX53_SMD bool "Support MX53 SMD platforms" select SOC_IMX53 select IMX_HAVE_PLATFORM_IMX2_WDT + select IMX_HAVE_PLATFORM_IMX_I2C select IMX_HAVE_PLATFORM_IMX_UART help Include support for MX53 SMD platform. This includes specific |