diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-06-03 16:30:18 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-09-19 13:04:53 +0200 |
commit | e144bb7af49ca8756b7222a75811f3b85b0bc1f5 (patch) | |
tree | 762382021445b1e19cdff67fb49126a8291c1382 /src/Kconfig | |
parent | 63cbab1628dc406ed5d765bd85bae3a1a525a2c0 (diff) | |
download | seabios-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/Kconfig | 6 |
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" |