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 | 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