blob: 980aa6d34fc2c21cb5d806d59b4ee3f2d87917fe [file] [log] [blame]
## SPDX-License-Identifier: GPL-2.0-or-later
if VENDOR_FRAMEWORK
choice
prompt "Mainboard model"
source "src/mainboard/framework/*/Kconfig.name"
endchoice
source "src/mainboard/framework/*/Kconfig"
config MAINBOARD_VENDOR
default "Framework"
endif # VENDOR_FRAMEWORK