mikeb mikeb would like Mike Banon to review this change.

View Change

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
---
M src/southbridge/amd/agesa/hudson/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/31216/1
diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig
index 3bb9385..8b6a60e 100644
--- a/src/southbridge/amd/agesa/hudson/Kconfig
+++ b/src/southbridge/amd/agesa/hudson/Kconfig
@@ -38,7 +38,7 @@

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

To view, visit change 31216. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1c3f0ff49fbe3db3ef095d99055f75d65cd6f661
Gerrit-Change-Number: 31216
Gerrit-PatchSet: 1
Gerrit-Owner: mikeb mikeb <mikebdp2@gmail.com>
Gerrit-Reviewer: Mike Banon <mikebdp2@gmail.com>
Gerrit-MessageType: newchange