summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mmp/Kconfig
diff options
context:
space:
mode:
authorNeil Zhang <zhangwm@marvell.com>2012-05-03 14:19:13 +0800
committerHaojian Zhuang <haojian.zhuang@gmail.com>2012-05-03 15:05:10 +0800
commit75b1bdf51c4b5c383296de2df9ad83b1b8dd287f (patch)
tree9f5c8d852438ac07ddda81696cfa4842a84265bb /arch/arm/mach-mmp/Kconfig
parent1334d86b55d2ec1b50fdcb440c2642ae7a4620ba (diff)
ARM: mmp: add usb device support for PXA910
Add usb device support for Marvell PXA910. Actually PXA920 will use the same device. Signed-off-by: Neil Zhang <zhangwm@marvell.com> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Diffstat (limited to 'arch/arm/mach-mmp/Kconfig')
-rw-r--r--arch/arm/mach-mmp/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig
index 5a90b9a3ab6e..fa03974fd838 100644
--- a/arch/arm/mach-mmp/Kconfig
+++ b/arch/arm/mach-mmp/Kconfig
@@ -113,4 +113,11 @@ config CPU_MMP2
select CPU_PJ4
help
Select code specific to MMP2. MMP2 is ARMv7 compatible.
+
+config USB_EHCI_MV_U2O
+ bool "EHCI support for PXA USB OTG controller"
+ depends on USB_EHCI_MV
+ help
+ Enables support for OTG controller which can be switched to host mode.
+
endif