diff options
author | Shawn Guo <shawn.gsc@gmail.com> | 2010-10-21 12:55:20 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-10-21 16:38:55 -0400 |
commit | 7223066c3bd927c47673d21fd5e4774b7c4d8346 (patch) | |
tree | 15a1ee1df5786338d9834ae0409f4eacb792d10d /arch/arm/mach-mx5/Kconfig | |
parent | 662a74b4b2b7b471417b3778485332a93d07e409 (diff) |
babbage: esdhc device registration
Update babbage board support to register esdhc device
Signed-off-by: Shawn Guo <shawn.gsc@gmail.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 a2df9ac37996..fe96cd25de83 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig | |||
@@ -13,6 +13,7 @@ config MACH_MX51_BABBAGE | |||
13 | bool "Support MX51 BABBAGE platforms" | 13 | bool "Support MX51 BABBAGE platforms" |
14 | select IMX_HAVE_PLATFORM_IMX_I2C | 14 | select IMX_HAVE_PLATFORM_IMX_I2C |
15 | select IMX_HAVE_PLATFORM_IMX_UART | 15 | select IMX_HAVE_PLATFORM_IMX_UART |
16 | select IMX_HAVE_PLATFORM_ESDHC | ||
16 | help | 17 | help |
17 | Include support for MX51 Babbage platform, also known as MX51EVK in | 18 | Include support for MX51 Babbage platform, also known as MX51EVK in |
18 | u-boot. This includes specific configurations for the board and its | 19 | u-boot. This includes specific configurations for the board and its |