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>
This commit is contained in:
Angel Pons 2020-07-08 12:31:21 +02:00
parent 1b85f18a97
commit 89525b3b4f
3 changed files with 0 additions and 9 deletions

View File

@ -5,9 +5,6 @@ choice
source "src/mainboard/elmex/*/Kconfig.name"
config ELMEX_BOARDS_DISABLED
bool "Boards from vendor are disabled"
endchoice
source "src/mainboard/elmex/*/Kconfig"

View File

@ -5,9 +5,6 @@ choice
source "src/mainboard/jetway/*/Kconfig.name"
config JETWAY_BOARDS_DISABLED
bool "Boards from vendor are disabled"
endchoice
source "src/mainboard/jetway/*/Kconfig"

View File

@ -5,9 +5,6 @@ comment "was acquired by ADLINK"
choice
prompt "Mainboard model"
config LIPPERT_BOARDS_DISABLED
bool "Boards from vendor are disabled"
source "src/mainboard/lippert/*/Kconfig.name"
endchoice