4f13640572
Change-Id: I6fc1f8393ce3f5ba6f52edad7cf8efa5524d2704 Signed-off-by: Julien Viard de Galbert <jviarddegalbert@online.net> Reviewed-on: https://review.coreboot.org/23735 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
16 lines
233 B
Text
16 lines
233 B
Text
if VENDOR_SCALEWAY
|
|
|
|
choice
|
|
prompt "Mainboard model"
|
|
|
|
source "src/mainboard/scaleway/*/Kconfig.name"
|
|
|
|
endchoice
|
|
|
|
source "src/mainboard/scaleway/*/Kconfig"
|
|
|
|
config MAINBOARD_VENDOR
|
|
string
|
|
default "Scaleway"
|
|
|
|
endif # VENDOR_SCALEWAY
|