Change-Id: Ib1bbf22480783f63fc2d729b94251e755d2f1720 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80593 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
18 lines
262 B
Plaintext
18 lines
262 B
Plaintext
## SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
if VENDOR_KONTRON
|
|
|
|
choice
|
|
prompt "Mainboard model"
|
|
|
|
source "src/mainboard/kontron/*/Kconfig.name"
|
|
|
|
endchoice
|
|
|
|
source "src/mainboard/kontron/*/Kconfig"
|
|
|
|
config MAINBOARD_VENDOR
|
|
default "Kontron"
|
|
|
|
endif # VENDOR_KONTRON
|