coreboot/src/mainboard/intel/Kconfig
Martin Roth 41a8997357 mb/getac to mb/intel: Add SPDX license headers to Kconfig files
Change-Id: Id859c981d0bf5dcf90bf6858607a9fe726516309
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80592
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
2024-02-18 02:01:52 +00:00

17 lines
252 B
Text

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