diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2010-02-04 08:32:53 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-02-04 15:28:12 -0500 |
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 2232b7b04b6d..3872af1cf2c3 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig | |||
@@ -87,6 +87,7 @@ config MACH_QONG | |||
87 | config MACH_PCM043 | 87 | config MACH_PCM043 |
88 | bool "Support Phytec pcm043 (i.MX35) platforms" | 88 | bool "Support Phytec pcm043 (i.MX35) platforms" |
89 | select ARCH_MX35 | 89 | select ARCH_MX35 |
90 | select MXC_ULPI if USB_ULPI | ||
90 | help | 91 | help |
91 | Include support for Phytec pcm043 platform. This includes | 92 | Include support for Phytec pcm043 platform. This includes |
92 | specific configurations for the board and its peripherals. | 93 | specific configurations for the board and its peripherals. |