[SeaBIOS] [PATCH 2/3] xhci: disable for QEMU_128K

Michael S. Tsirkin mst at redhat.com
Wed Sep 25 11:36:18 CEST 2013


QEMU 1.6 and earlier didn't have XHCI so we
can safely disable that for QEMU_128K.

Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
 src/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Kconfig b/src/Kconfig
index d6b6608..f753170 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -235,7 +235,7 @@ menu "Hardware support"
         help
             Support USB EHCI controllers.
     config USB_XHCI
-        depends on USB && QEMU_HARDWARE
+        depends on USB && QEMU_HARDWARE && !QEMU_128K
         bool "USB XHCI controllers"
         default y
         help
-- 
MST




More information about the SeaBIOS mailing list