aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorZsolt Sz. Sztupak <mail@sztupy.hu>2012-01-22 13:08:01 -0800
committerKalimochoAz <calimochoazucarado@gmail.com>2012-05-25 23:52:30 +0200
commit76d95f6a6de84ed3cff3c5bb4718e5771df6bf46 (patch)
treeca79f52e4155969f42a915ab3c55f53813b364a3 /drivers/usb/host/Kconfig
parent29b23c9e77c94e29a1f8a87920aed76d8746a9ba (diff)
downloadkernel_samsung_crespo-76d95f6a6de84ed3cff3c5bb4718e5771df6bf46.zip
kernel_samsung_crespo-76d95f6a6de84ed3cff3c5bb4718e5771df6bf46.tar.gz
kernel_samsung_crespo-76d95f6a6de84ed3cff3c5bb4718e5771df6bf46.tar.bz2
USB Host mode build 4 port to Nexus S
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index ab085f1..67c452d 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -578,3 +578,19 @@ config USB_OCTEON_OHCI
config USB_OCTEON2_COMMON
bool
default y if USB_OCTEON_EHCI || USB_OCTEON_OHCI
+
+config USB_S3C_OTG_HOST
+ tristate "S3C USB OTG Host support"
+ depends on USB && (PLAT_S3C64XX || PLAT_S5P)
+ help
+ Samsung's S3C64XX processors include high speed USB OTG2.0
+ controller. It has 15 configurable endpoints, as well as
+ endpoint zero (for control transfers).
+
+ This driver support only OTG Host role. If you want to use
+ OTG Device role, select USB Gadget support and S3C OTG Device.
+
+ Say "y" to link the driver statically, or "m" to build a
+ dynamically linked module called "s3c_otg_hcd" and force all
+ drivers to also be dynamically linked.
+