summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 5a3ce40705..8c64a3b99c 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -22,3 +22,14 @@ config USB_OHCI_AT91
bool "AT91 OHCI driver"
endif
+
+config USB_XHCI
+ bool "xHCI driver"
+ help
+ The eXtensible Host Controller Interface (xHCI) is standard for
+ USB 3.0 "SuperSpeed" host controller hardware. xHCI specification
+ defines support for all USB device speeds from USB 3.0 down to
+ USB 1.1 without the need for companion controllers.
+
+ This driver currently only supports virtual USB 2.0 ports, if you
+ plan to use USB 3.0 devices, use a USB 2.0 cable in between.