diff options
author | Mike Banon <mikebdp2@gmail.com> | 2019-02-03 12:50:51 +0300 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2019-02-04 15:08:41 +0000 |
commit | 5b230027991cab928dfaee39c2b47daf4d89f5a6 (patch) | |
tree | bfa1225b7c0921a8de2065685da1eca725e00ad8 /src/southbridge | |
parent | 2b2325ef87ce57a1e53ad4bfc757854a36cf638e (diff) |
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>
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/amd/agesa/hudson/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |