16 lines
230 B
Text
16 lines
230 B
Text
|
if VENDOR_PROTECTLI
|
||
|
|
||
|
choice
|
||
|
prompt "Mainboard model"
|
||
|
|
||
|
source "src/mainboard/protectli/*/Kconfig.name"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
source "src/mainboard/protectli/*/Kconfig"
|
||
|
|
||
|
config MAINBOARD_VENDOR
|
||
|
default "Protectli"
|
||
|
|
||
|
endif # VENDOR_PROTECTLI
|