16 lines
225 B
Text
16 lines
225 B
Text
|
if VENDOR_PORTWELL
|
||
|
|
||
|
choice
|
||
|
prompt "Mainboard model"
|
||
|
|
||
|
source "src/mainboard/portwell/*/Kconfig.name"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
source "src/mainboard/portwell/*/Kconfig"
|
||
|
|
||
|
config MAINBOARD_VENDOR
|
||
|
default "Portwell"
|
||
|
|
||
|
endif # VENDOR_PORTWELL
|