aboutsummaryrefslogtreecommitdiffstats
path: root/src/Kconfig
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2013-06-03 16:30:18 +0200
committerGerd Hoffmann <kraxel@redhat.com>2013-09-19 13:04:53 +0200
commite144bb7af49ca8756b7222a75811f3b85b0bc1f5 (patch)
tree762382021445b1e19cdff67fb49126a8291c1382 /src/Kconfig
parent63cbab1628dc406ed5d765bd85bae3a1a525a2c0 (diff)
downloadseabios-e144bb7af49ca8756b7222a75811f3b85b0bc1f5.tar.gz
usb: add xhci support
$subject says all. Support for usb3 streams is not implemented yet, otherwise it is fully functional. Tested all usb devices supported by qemu (keyboard, storage, usb hubs), except for usb attached scsi in usb3 mode (which needs streams). Tested on qemu only, tagged with QEMU_HARDWARE because of that. Testing with physical hardware to be done. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 3a7d6bd0..c40cc610 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -216,6 +216,12 @@ menu "Hardware support"
default y
help
Support USB EHCI controllers.
+ config USB_XHCI
+ depends on USB && QEMU_HARDWARE
+ bool "USB XHCI controllers"
+ default y
+ help
+ Support USB XHCI controllers.
config USB_MSC
depends on USB && DRIVES
bool "USB drives"