]> xenbits.xensource.com Git - seabios.git/commitdiff
xhci: Allow the XHCI USB controller to be enabled for coreboot.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 28 Dec 2013 02:57:14 +0000 (21:57 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 29 Jan 2014 17:57:01 +0000 (12:57 -0500)
Initial tests look promising and at least two different real-world
chipsets show limited functionality with the support enabled.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/Kconfig

index 071a16eacd7f2a3db58b1d02e71f17f56a6d659d..cce3ad877cdaf9eb5e6c8b298c112b53d3c365cd 100644 (file)
@@ -250,7 +250,7 @@ menu "Hardware support"
         help
             Support USB EHCI controllers.
     config USB_XHCI
-        depends on USB && QEMU_HARDWARE
+        depends on USB
         bool "USB XHCI controllers"
         default y
         help