aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx2/Kconfig
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-05-19 12:46:02 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2010-07-26 08:17:43 -0400
commit9f2270da95aa0d19889d5511b1bb39465669b6aa (patch)
treec8c3b9c7a2754ec671279a5a2823527f1a4e98d0 /arch/arm/mach-mx2/Kconfig
parent62d725b1d38856c50aebc5542707c6f5ea07a451 (diff)
mach-cpuimx27: add USB Host2 and OTG support
support copied from mach-pca100.c Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/Kconfig')
-rw-r--r--arch/arm/mach-mx2/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/Kconfig b/arch/arm/mach-mx2/Kconfig
index 9d3a9091dd74..3f756f4ad050 100644
--- a/arch/arm/mach-mx2/Kconfig
+++ b/arch/arm/mach-mx2/Kconfig
@@ -59,6 +59,7 @@ endchoice
59config MACH_CPUIMX27 59config MACH_CPUIMX27
60 bool "Eukrea CPUIMX27 module" 60 bool "Eukrea CPUIMX27 module"
61 depends on MACH_MX27 61 depends on MACH_MX27
62 select MXC_ULPI if USB_ULPI
62 help 63 help
63 Include support for Eukrea CPUIMX27 platform. This includes 64 Include support for Eukrea CPUIMX27 platform. This includes
64 specific configurations for the module and its peripherals. 65 specific configurations for the module and its peripherals.