89525b3b4f
No boards are disabled anymore. Change-Id: Ic8f7bdcc02faa73ce8e647756d40b20a920fc430 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43290 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
15 lines
210 B
Text
15 lines
210 B
Text
if VENDOR_ELMEX
|
|
|
|
choice
|
|
prompt "Mainboard model"
|
|
|
|
source "src/mainboard/elmex/*/Kconfig.name"
|
|
|
|
endchoice
|
|
|
|
source "src/mainboard/elmex/*/Kconfig"
|
|
|
|
config MAINBOARD_VENDOR
|
|
default "ELMEX"
|
|
|
|
endif # VENDOR_ELMEX
|