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
195 B
Text
15 lines
195 B
Text
if VENDOR_HP
|
|
|
|
choice
|
|
prompt "Mainboard model"
|
|
|
|
source "src/mainboard/hp/*/Kconfig.name"
|
|
|
|
endchoice
|
|
|
|
source "src/mainboard/hp/*/Kconfig"
|
|
|
|
config MAINBOARD_VENDOR
|
|
default "HP"
|
|
|
|
endif # VENDOR_HP
|