diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2010-12-22 09:25:31 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-03 04:17:12 -0500 |
commit | 96cf4239c72af1fa099affc720731bad2f86927b (patch) | |
tree | 0d2a8ef6440e59d96ce62091d41b062ee39f5a39 /arch/arm/mach-imx/Kconfig | |
parent | 130a0ddad9e8f48250dd0e4a5f35aa8afa9d1c5f (diff) |
ARM: imx/mx27_3ds: Add USB OTG support
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index fed3ee526a05..9a715ce7c7b2 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -235,10 +235,13 @@ endchoice | |||
235 | config MACH_MX27_3DS | 235 | config MACH_MX27_3DS |
236 | bool "MX27PDK platform" | 236 | bool "MX27PDK platform" |
237 | select SOC_IMX27 | 237 | select SOC_IMX27 |
238 | select IMX_HAVE_PLATFORM_FSL_USB2_UDC | ||
238 | select IMX_HAVE_PLATFORM_IMX2_WDT | 239 | select IMX_HAVE_PLATFORM_IMX2_WDT |
239 | select IMX_HAVE_PLATFORM_IMX_KEYPAD | 240 | select IMX_HAVE_PLATFORM_IMX_KEYPAD |
240 | select IMX_HAVE_PLATFORM_IMX_UART | 241 | select IMX_HAVE_PLATFORM_IMX_UART |
242 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
241 | select IMX_HAVE_PLATFORM_MXC_MMC | 243 | select IMX_HAVE_PLATFORM_MXC_MMC |
244 | select MXC_ULPI if USB_ULPI | ||
242 | help | 245 | help |
243 | Include support for MX27PDK platform. This includes specific | 246 | Include support for MX27PDK platform. This includes specific |
244 | configurations for the board and its peripherals. | 247 | configurations for the board and its peripherals. |