From 5b230027991cab928dfaee39c2b47daf4d89f5a6 Mon Sep 17 00:00:00 2001 From: Mike Banon Date: Sun, 3 Feb 2019 12:50:51 +0300 Subject: sb/amd/agesa/hudson/Kconfig: Disable xHCI by default if no USE_BLOBS Disable xHCI by default if USE_BLOBS option has not been selected. Signed-off-by: Mike Banon Change-Id: I1c3f0ff49fbe3db3ef095d99055f75d65cd6f661 Reviewed-on: https://review.coreboot.org/c/31216 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/southbridge/amd/agesa/hudson/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig index 3bb938571c..394a19697a 100644 --- a/src/southbridge/amd/agesa/hudson/Kconfig +++ b/src/southbridge/amd/agesa/hudson/Kconfig @@ -38,7 +38,7 @@ config EHCI_BAR config HUDSON_XHCI_ENABLE bool "Enable Hudson XHCI Controller" - default y + default y if HUDSON_XHCI_FWM help The XHCI controller must be enabled and the XHCI firmware must be added in order to have USB 3.0 support configured -- cgit v1.2.3