coreboot-kgpe-d16/src/mainboard/razer/Kconfig

18 lines
223 B
Text
Raw Normal View History

if VENDOR_RAZER
choice
prompt "Mainboard model"
source "src/mainboard/razer/*/Kconfig.name"
endchoice
source "src/mainboard/razer/*/Kconfig"
config MAINBOARD_VENDOR
string "Mainboard Vendor"
default "RAZER"
endif