diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2010-02-04 14:32:53 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-02-04 21:28:12 +0100 |
commit | cb2dc111b156eb41f61ed4e5b3a3a5df90526d9d (patch) | |
tree | 40d6cb10ddc1b8c039ea8eca085bb03836cb6d3f /arch/arm/mach-mx3/Kconfig | |
parent | ee14373cdc91fbc9ad8db0bf38e28d58f577b181 (diff) |
i.MX27 pca100: Add USB support
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 2232b7b04b6..3872af1cf2c 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig @@ -87,6 +87,7 @@ config MACH_QONG config MACH_PCM043 bool "Support Phytec pcm043 (i.MX35) platforms" select ARCH_MX35 + select MXC_ULPI if USB_ULPI help Include support for Phytec pcm043 platform. This includes specific configurations for the board and its peripherals. |