16 lines
195 B
Text
16 lines
195 B
Text
|
if VENDOR_RAZER
|
||
|
|
||
|
choice
|
||
|
prompt "Mainboard model"
|
||
|
|
||
|
source "src/mainboard/razer/*/Kconfig.name"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
source "src/mainboard/razer/*/Kconfig"
|
||
|
|
||
|
config MAINBOARD_VENDOR
|
||
|
default "RAZER"
|
||
|
|
||
|
endif
|