aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5/Kconfig
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-11-19 15:03:33 -0500
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-11-19 15:59:51 -0500
commit124bf94a9f9b52341562628cd56b252e7d820ee8 (patch)
tree73aa0be3bc6229ac63e12fe92e7b4f206d77bb5b /arch/arm/mach-mx5/Kconfig
parentc496fa6bd5324ddce11e5e42670618ffb4d8f58d (diff)
ARM: imx: fix name for functions adding sdhci-esdhc-imx devices
and restore alphabetic ordering. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/Kconfig')
-rw-r--r--arch/arm/mach-mx5/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig
index 3ec910a7a182..95cb0a831478 100644
--- a/arch/arm/mach-mx5/Kconfig
+++ b/arch/arm/mach-mx5/Kconfig
@@ -14,7 +14,7 @@ config MACH_MX51_BABBAGE
14 bool "Support MX51 BABBAGE platforms" 14 bool "Support MX51 BABBAGE platforms"
15 select IMX_HAVE_PLATFORM_IMX_I2C 15 select IMX_HAVE_PLATFORM_IMX_I2C
16 select IMX_HAVE_PLATFORM_IMX_UART 16 select IMX_HAVE_PLATFORM_IMX_UART
17 select IMX_HAVE_PLATFORM_ESDHC 17 select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
18 help 18 help
19 Include support for MX51 Babbage platform, also known as MX51EVK in 19 Include support for MX51 Babbage platform, also known as MX51EVK in
20 u-boot. This includes specific configurations for the board and its 20 u-boot. This includes specific configurations for the board and its
@@ -47,7 +47,7 @@ choice
47config MACH_EUKREA_MBIMX51_BASEBOARD 47config MACH_EUKREA_MBIMX51_BASEBOARD
48 prompt "Eukrea MBIMX51 development board" 48 prompt "Eukrea MBIMX51 development board"
49 bool 49 bool
50 select IMX_HAVE_PLATFORM_ESDHC 50 select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
51 help 51 help
52 This adds board specific devices that can be found on Eukrea's 52 This adds board specific devices that can be found on Eukrea's
53 MBIMX51 evaluation board. 53 MBIMX51 evaluation board.
@@ -72,7 +72,7 @@ choice
72config MACH_EUKREA_MBIMXSD51_BASEBOARD 72config MACH_EUKREA_MBIMXSD51_BASEBOARD
73 prompt "Eukrea MBIMXSD development board" 73 prompt "Eukrea MBIMXSD development board"
74 bool 74 bool
75 select IMX_HAVE_PLATFORM_ESDHC 75 select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
76 help 76 help
77 This adds board specific devices that can be found on Eukrea's 77 This adds board specific devices that can be found on Eukrea's
78 MBIMXSD evaluation board. 78 MBIMXSD evaluation board.