diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-12-27 23:41:37 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-12-27 23:41:37 +0000 |
commit | e814fb635cd269532a6a95a921c05841ababa7ae (patch) | |
tree | b6764b819736ea0d3390fc11c564d321d63344d6 /drivers/usb/host/Kconfig | |
parent | 4551ae0a24bba06972247a80f721fc21f6b2b758 (diff) | |
parent | fcf932350e979db9a29831a8a03bc300c4502bd5 (diff) | |
download | blackbird-op-linux-e814fb635cd269532a6a95a921c05841ababa7ae.tar.gz blackbird-op-linux-e814fb635cd269532a6a95a921c05841ababa7ae.zip |
Merge branch 'samsung/ohci' into next/drivers
* samsung/ohci:
ARM: EXYNOS: Add USB OHCI support to ORIGEN board
USB: Add Samsung Exynos OHCI diver
ARM: EXYNOS: Add USB OHCI support to SMDKV310 board
ARM: EXYNOS: Add USB OHCI device
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 6 |
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 Enables support for the on-chip OHCI controller on the SuperH. If you use the PCI OHCI controller, this option is not necessary. +config USB_OHCI_EXYNOS + boolean "OHCI support for Samsung EXYNOS SoC Series" + depends on USB_OHCI_HCD && ARCH_EXYNOS + help + Enable support for the Samsung Exynos SOC's on-chip OHCI controller. + config USB_CNS3XXX_OHCI bool "Cavium CNS3XXX OHCI Module" depends on USB_OHCI_HCD && ARCH_CNS3XXX |