diff options
author | Shawn Guo <shawn.gsc@gmail.com> | 2010-10-22 00:55:20 +0800 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-10-21 22:38:55 +0200 |
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 a2df9ac3799..fe96cd25de8 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig @@ -13,6 +13,7 @@ config MACH_MX51_BABBAGE bool "Support MX51 BABBAGE platforms" select IMX_HAVE_PLATFORM_IMX_I2C select IMX_HAVE_PLATFORM_IMX_UART + select IMX_HAVE_PLATFORM_ESDHC help Include support for MX51 Babbage platform, also known as MX51EVK in u-boot. This includes specific configurations for the board and its |