aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2011-12-22 21:20:54 -0500
committerKukjin Kim <kgene.kim@samsung.com>2011-12-22 21:21:56 -0500
commit62194244cf871aec73b5854077f1c527416ccd7b (patch)
treea12cf9dbb62b8737b5608f1d1a72b589670d34c2 /drivers/usb/host/Kconfig
parent744f20f28028447cc4486d5ba0a6955840028e37 (diff)
USB: Add Samsung Exynos OHCI diver
This patch adds USB OHCI driver for Samsung EXYNOS SoCs. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 060e0e2b1ae6..eea85dc16826 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -371,6 +371,12 @@ config USB_OHCI_SH
371 Enables support for the on-chip OHCI controller on the SuperH. 371 Enables support for the on-chip OHCI controller on the SuperH.
372 If you use the PCI OHCI controller, this option is not necessary. 372 If you use the PCI OHCI controller, this option is not necessary.
373 373
374config USB_OHCI_EXYNOS
375 boolean "OHCI support for Samsung EXYNOS SoC Series"
376 depends on USB_OHCI_HCD && ARCH_EXYNOS
377 help
378 Enable support for the Samsung Exynos SOC's on-chip OHCI controller.
379
374config USB_CNS3XXX_OHCI 380config USB_CNS3XXX_OHCI
375 bool "Cavium CNS3XXX OHCI Module" 381 bool "Cavium CNS3XXX OHCI Module"
376 depends on USB_OHCI_HCD && ARCH_CNS3XXX 382 depends on USB_OHCI_HCD && ARCH_CNS3XXX