aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2012-10-29 01:15:43 -0700
committerSimon Horman <horms@verge.net.au>2012-11-08 17:52:04 +0900
commitac7c4ea037e376a89a37f4f8f9e315cdff364648 (patch)
treea8c56aab6cec6944221c663282a11b69a5079a7a /arch/arm/mach-shmobile/Kconfig
parentARM: shmobile: marzen: add USB EHCI driver support (diff)
downloadlinux-dev-ac7c4ea037e376a89a37f4f8f9e315cdff364648.tar.xz
linux-dev-ac7c4ea037e376a89a37f4f8f9e315cdff364648.zip
ARM: shmobile: marzen: add USB OHCI driver support
This patch supports CN21/CN22 USB 1.x (port 0/1/2), and enable input event on defconfig Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r--arch/arm/mach-shmobile/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 4eae11cdf106..9255546e7bf6 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -30,6 +30,7 @@ config ARCH_R8A7779
select CPU_V7
select SH_CLK_CPG
select USB_ARCH_HAS_EHCI
+ select USB_ARCH_HAS_OHCI
config ARCH_EMEV2
bool "Emma Mobile EV2"