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 10:44:53 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2010-10-01 03:32:05 -0400
commit44505c0768971f4aa94ca09c8155448a46a7ff8a (patch)
treec2ce5c93554182d73eaa95972c4ba9a7cff646a7 /arch/arm/mach-mx5/Kconfig
parent64de5ec168d9743903e6ec482c3e9f37af49f9c1 (diff)
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 0848db5dd36..e57caefb1f2 100644
--- a/arch/arm/mach-mx5/Kconfig
+++ b/arch/arm/mach-mx5/Kconfig
@@ -10,6 +10,7 @@ comment "MX5 platforms:"
10 10
11config MACH_MX51_BABBAGE 11config MACH_MX51_BABBAGE
12 bool "Support MX51 BABBAGE platforms" 12 bool "Support MX51 BABBAGE platforms"
13 select IMX_HAVE_PLATFORM_IMX_I2C
13 help 14 help
14 Include support for MX51 Babbage platform, also known as MX51EVK in 15 Include support for MX51 Babbage platform, also known as MX51EVK in
15 u-boot. This includes specific configurations for the board and its 16 u-boot. This includes specific configurations for the board and its
@@ -24,6 +25,7 @@ config MACH_MX51_3DS
24 25
25config MACH_EUKREA_CPUIMX51 26config MACH_EUKREA_CPUIMX51
26 bool "Support Eukrea CPUIMX51 module" 27 bool "Support Eukrea CPUIMX51 module"
28 select IMX_HAVE_PLATFORM_IMX_I2C
27 help 29 help
28 Include support for Eukrea CPUIMX51 platform. This includes 30 Include support for Eukrea CPUIMX51 platform. This includes
29 specific configurations for the module and its peripherals. 31 specific configurations for the module and its peripherals.