Add AMD Hudson blobs by CONFIG_REQUIRES_BLOBS dependency

If a 3rd party blob option is selected, make sure that it makes the
user select CONFIG_USE_BLOBS as otherwise the build will fail.

Signed-off-by: Marc Jones <marc.jones@se-eng.com>
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Change-Id: I04429f23137946525c8577dd9c979bd4a0d17cdc
Reviewed-on: http://review.coreboot.org/2080
Reviewed-by: Dave Frodin <dave.frodin@se-eng.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Marc Jones 2012-12-27 15:23:03 -07:00 committed by Ronald G. Minnich
parent 6c212ac483
commit 6c6b2e8cba
1 changed files with 3 additions and 0 deletions

View File

@ -46,18 +46,21 @@ if SOUTHBRIDGE_AMD_AGESA_HUDSON
config HUDSON_XHCI_FWM config HUDSON_XHCI_FWM
bool "Add xhci firmware" bool "Add xhci firmware"
default y default y
select REQUIRES_BLOB
help help
Add Hudson 2/3/4 XHCI Firmware to support the onboard usb3.0 Add Hudson 2/3/4 XHCI Firmware to support the onboard usb3.0
config HUDSON_IMC_FWM config HUDSON_IMC_FWM
bool "Add imc firmware" bool "Add imc firmware"
default y default y
select REQUIRES_BLOB
help help
Add Hudson 2/3/4 IMC Firmware to support the onboard fan control Add Hudson 2/3/4 IMC Firmware to support the onboard fan control
config HUDSON_GEC_FWM config HUDSON_GEC_FWM
bool "Add gec firmware" bool "Add gec firmware"
default n default n
select REQUIRES_BLOB
help help
Add Hudson 2/3/4 GEC Firmware Add Hudson 2/3/4 GEC Firmware