diff options
author | Daniel Mack <daniel@caiaq.de> | 2010-04-13 20:11:37 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-04-14 09:03:03 +0200 |
commit | 066fb8472036805e31ee002097f619815e25a127 (patch) | |
tree | 5faf12baafb96682ffae48e0448d3e80d37892cd /arch/arm/mach-mx3/Kconfig | |
parent | 63f4079b6a90e2a8ee64c5900a6d4d0bcb79bc65 (diff) | |
download | op-kernel-dev-066fb8472036805e31ee002097f619815e25a127.zip op-kernel-dev-066fb8472036805e31ee002097f619815e25a127.tar.gz |
ARM: mx3/lilly1131: add USB support
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Sascha Hauer <s.hauer@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 170f68e..344753f 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig @@ -82,6 +82,7 @@ config MACH_MX31MOBOARD config MACH_MX31LILLY bool "Support MX31 LILLY-1131 platforms (INCO startec)" select ARCH_MX31 + select MXC_ULPI if USB_ULPI help Include support for mx31 based LILLY1131 modules. This includes specific configurations for the board and its peripherals. |