diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2010-10-11 06:55:23 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-10-11 09:22:11 -0400 |
commit | 9a545943a378ec1b3a9819de4b189ce5e822a6af (patch) | |
tree | 4e419f9afec22cdc516cd270164fad80f02d2e7e /arch/arm/mach-mx3/Kconfig | |
parent | 774305d0ee105f75d44699e2c94ef3bf9c5e2d90 (diff) |
arm: pcm043: add esdhc-device to boardconfig
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/Kconfig')
-rw-r--r-- | arch/arm/mach-mx3/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig index d762bf8e539b..84ff177cba7a 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig | |||
@@ -123,6 +123,7 @@ config MACH_PCM043 | |||
123 | select IMX_HAVE_PLATFORM_IMX_UART | 123 | select IMX_HAVE_PLATFORM_IMX_UART |
124 | select IMX_HAVE_PLATFORM_MXC_NAND | 124 | select IMX_HAVE_PLATFORM_MXC_NAND |
125 | select IMX_HAVE_PLATFORM_FLEXCAN | 125 | select IMX_HAVE_PLATFORM_FLEXCAN |
126 | select IMX_HAVE_PLATFORM_ESDHC | ||
126 | select MXC_ULPI if USB_ULPI | 127 | select MXC_ULPI if USB_ULPI |
127 | help | 128 | help |
128 | Include support for Phytec pcm043 platform. This includes | 129 | Include support for Phytec pcm043 platform. This includes |