coreboot-kgpe-d16/src/mainboard/elmex/Kconfig
Angel Pons 89525b3b4f mb/*/Kconfig: Drop spurious warning about disabled boards
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>
2020-07-10 12:55:41 +00:00

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