Files
system76-coreboot/src/mainboard/kontron/Kconfig
Martin Roth af6616fd86 mb/inventec to mb/ocp: Add SPDX license headers to Kconfig files
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>
2024-02-18 02:02:15 +00:00

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