[SeaBIOS] [PATCH 10/10] xhci: Allow the XHCI USB controller to be enabled for coreboot.

Kevin O'Connor kevin at koconnor.net
Sat Dec 28 04:19:34 CET 2013


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 at koconnor.net>
---
 src/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Kconfig b/src/Kconfig
index a42ab2d..e68c585 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -240,7 +240,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
-- 
1.8.3.1




More information about the SeaBIOS mailing list