From: Kevin O'Connor Date: Sat, 28 Dec 2013 02:57:14 +0000 (-0500) Subject: xhci: Allow the XHCI USB controller to be enabled for coreboot. X-Git-Tag: rel-1.7.5-rc1~59 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e3b9cadd9bef8fc94904c6e00d5ca3050def247b;p=seabios.git 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 --- 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