coreboot-kgpe-d16/src/mainboard/up/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
183 B
Text

if VENDOR_UP
choice
prompt "Mainboard model"
source "src/mainboard/up/*/Kconfig.name"
endchoice
source "src/mainboard/up/*/Kconfig"
config MAINBOARD_VENDOR
default "UP"
endif