aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5/Kconfig
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-09-30 16:44:53 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-10-01 09:32:05 +0200
commit44505c0768971f4aa94ca09c8155448a46a7ff8a (patch)
treec2ce5c93554182d73eaa95972c4ba9a7cff646a7 /arch/arm/mach-mx5/Kconfig
parent64de5ec168d9743903e6ec482c3e9f37af49f9c1 (diff)
downloadkernel_samsung_smdk4412-44505c0768971f4aa94ca09c8155448a46a7ff8a.zip
kernel_samsung_smdk4412-44505c0768971f4aa94ca09c8155448a46a7ff8a.tar.gz
kernel_samsung_smdk4412-44505c0768971f4aa94ca09c8155448a46a7ff8a.tar.bz2
ARM: mx5: dynamically register imx-i2c devices
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/Kconfig')
-rw-r--r--arch/arm/mach-mx5/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig
index 0848db5..e57caef 100644
--- a/arch/arm/mach-mx5/Kconfig
+++ b/arch/arm/mach-mx5/Kconfig
@@ -10,6 +10,7 @@ comment "MX5 platforms:"
config MACH_MX51_BABBAGE
bool "Support MX51 BABBAGE platforms"
+ select IMX_HAVE_PLATFORM_IMX_I2C
help
Include support for MX51 Babbage platform, also known as MX51EVK in
u-boot. This includes specific configurations for the board and its
@@ -24,6 +25,7 @@ config MACH_MX51_3DS
config MACH_EUKREA_CPUIMX51
bool "Support Eukrea CPUIMX51 module"
+ select IMX_HAVE_PLATFORM_IMX_I2C
help
Include support for Eukrea CPUIMX51 platform. This includes
specific configurations for the module and its peripherals.