diff options
Diffstat (limited to 'arch/arm/mach-mmp/Kconfig')
-rw-r--r-- | arch/arm/mach-mmp/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig index ede721628150..7fddd01b85b9 100644 --- a/arch/arm/mach-mmp/Kconfig +++ b/arch/arm/mach-mmp/Kconfig | |||
@@ -122,4 +122,11 @@ config CPU_MMP2 | |||
122 | select CPU_PJ4 | 122 | select CPU_PJ4 |
123 | help | 123 | help |
124 | Select code specific to MMP2. MMP2 is ARMv7 compatible. | 124 | Select code specific to MMP2. MMP2 is ARMv7 compatible. |
125 | |||
126 | config USB_EHCI_MV_U2O | ||
127 | bool "EHCI support for PXA USB OTG controller" | ||
128 | depends on USB_EHCI_MV | ||
129 | help | ||
130 | Enables support for OTG controller which can be switched to host mode. | ||
131 | |||
125 | endif | 132 | endif |