From e3b9cadd9bef8fc94904c6e00d5ca3050def247b Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 27 Dec 2013 21:57:14 -0500 Subject: [PATCH] xhci: Allow the XHCI USB controller to be enabled for coreboot. 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 --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kconfig b/src/Kconfig index 071a16e..cce3ad8 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -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 -- 2.39.5