Marc Jones (marcj303@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2080
-gerrit
commit 80ea4ea7b19d50438280511beca74a26707e5d20 Author: Marc Jones marc.jones@se-eng.com Date: Thu Dec 27 15:23:03 2012 -0700
Add AMD hudson blobs CONFIG_REQUIRES_BLOBS dependancy
If a 3rdparty blob option is selected, make sure that it makes the user select CONFIG_USE_BLOBS.
Signed-off-by: Marc Jones marc.jones@se-eng.com Change-Id: I04429f23137946525c8577dd9c979bd4a0d17cdc --- src/southbridge/amd/agesa/hudson/Kconfig | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig index 462c2ba..c315250 100644 --- a/src/southbridge/amd/agesa/hudson/Kconfig +++ b/src/southbridge/amd/agesa/hudson/Kconfig @@ -46,18 +46,21 @@ if SOUTHBRIDGE_AMD_AGESA_HUDSON config HUDSON_XHCI_FWM bool "Add xhci firmware" default y + select REQUIRES_BLOB help Add Hudson 2/3/4 XHCI Firmware to support the onboard usb3.0
config HUDSON_IMC_FWM bool "Add imc firmware" default y + select REQUIRES_BLOB help Add Hudson 2/3/4 IMC Firmware to support the onboard fan control
config HUDSON_GEC_FWM bool "Add gec firmware" default n + select REQUIRES_BLOB help Add Hudson 2/3/4 GEC Firmware