18 lines
223 B
Text
18 lines
223 B
Text
|
|
||
|
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
|