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 <mikebdp2@gmail.com>
Change-Id: I1c3f0ff49fbe3db3ef095d99055f75d65cd6f661
Reviewed-on: https://review.coreboot.org/c/31216
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Mike Banon 2019-02-03 12:50:51 +03:00 committed by Felix Held
parent 2b2325ef87
commit 5b23002799
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ config EHCI_BAR
config HUDSON_XHCI_ENABLE config HUDSON_XHCI_ENABLE
bool "Enable Hudson XHCI Controller" bool "Enable Hudson XHCI Controller"
default y default y if HUDSON_XHCI_FWM
help help
The XHCI controller must be enabled and the XHCI firmware The XHCI controller must be enabled and the XHCI firmware
must be added in order to have USB 3.0 support configured must be added in order to have USB 3.0 support configured