7671bce33b
Only some mainboard vendors have a prompt for this option. Let's be fair and give this ability to everyone. Change-Id: I03eec7c13d18b42e3c56fb1a43dc665d5dbd1145 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39179 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
15 lines
200 B
Text
15 lines
200 B
Text
if VENDOR_AMD
|
|
|
|
choice
|
|
prompt "Mainboard model"
|
|
|
|
source "src/mainboard/amd/*/Kconfig.name"
|
|
|
|
endchoice
|
|
|
|
source "src/mainboard/amd/*/Kconfig"
|
|
|
|
config MAINBOARD_VENDOR
|
|
default "AMD"
|
|
|
|
endif # VENDOR_AMD
|