diff options
author | Richard Zhao <richard.zhao@freescale.com> | 2011-02-17 23:36:16 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-02-18 05:01:06 -0500 |
commit | 942b99f3a0497a9a53df82ad685082b2980fe75d (patch) | |
tree | c0697e6a0a94349bb17560e10ae52fd1e014dcfa /arch/arm/mach-mx5/Kconfig | |
parent | c4e942b76414367d034640835a0fcbab5d0cc434 (diff) |
ARM: imx53_loco: add i2c device support
Signed-off-by: Richard Zhao <richard.zhao@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 6466d7389c31..f065a0d8d934 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig | |||
@@ -160,6 +160,7 @@ config MACH_MX53_LOCO | |||
160 | bool "Support MX53 LOCO platforms" | 160 | bool "Support MX53 LOCO platforms" |
161 | select SOC_IMX53 | 161 | select SOC_IMX53 |
162 | select IMX_HAVE_PLATFORM_IMX2_WDT | 162 | select IMX_HAVE_PLATFORM_IMX2_WDT |
163 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
163 | select IMX_HAVE_PLATFORM_IMX_UART | 164 | select IMX_HAVE_PLATFORM_IMX_UART |
164 | help | 165 | help |
165 | Include support for MX53 LOCO platform. This includes specific | 166 | Include support for MX53 LOCO platform. This includes specific |