coreboot-kgpe-d16/src/mainboard/hp/Kconfig
Angel Pons 7671bce33b mb/*/Kconfig: Factor out MAINBOARD_VENDOR
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>
2020-03-03 10:15:22 +00:00

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