e515515e2e
Change-Id: Iab19538e1f5a74b714cb2a34855d9717315b9018 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49884 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Felix Singer <felixsinger@posteo.net>
15 lines
235 B
Text
15 lines
235 B
Text
if VENDOR_LIBRETREND
|
|
|
|
choice
|
|
prompt "Mainboard model"
|
|
|
|
source "src/mainboard/libretrend/*/Kconfig.name"
|
|
|
|
endchoice
|
|
|
|
source "src/mainboard/libretrend/*/Kconfig"
|
|
|
|
config MAINBOARD_VENDOR
|
|
default "Libretrend"
|
|
|
|
endif # VENDOR_LIBRETREND
|