Files
system76-coreboot/src/mainboard/supermicro/Kconfig
Martin Roth 9712f10f75 mb/samsung to mb/up: Add SPDX license headers to Kconfig files
Change-Id: Ied455ff29b151fb5f4bca26a189b1d4104d8cede
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80595
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2024-02-18 02:03:13 +00:00

18 lines
277 B
Plaintext

## SPDX-License-Identifier: GPL-2.0-only
if VENDOR_SUPERMICRO
choice
prompt "Mainboard model"
source "src/mainboard/supermicro/*/Kconfig.name"
endchoice
source "src/mainboard/supermicro/*/Kconfig"
config MAINBOARD_VENDOR
default "Supermicro"
endif # VENDOR_SUPERMICRO