diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-08 12:31:21 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-10 12:55:41 +0000 |
commit | 89525b3b4fe0e5b1b0cad5ae11691a3f8724be83 (patch) | |
tree | cfb3af17a1bddc2052b19bc7a499cfed842a8b11 /src/mainboard/jetway/Kconfig | |
parent | 1b85f18a977589ca084f13ee1136311802b6a495 (diff) |
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>
Diffstat (limited to 'src/mainboard/jetway/Kconfig')
-rw-r--r-- | src/mainboard/jetway/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/jetway/Kconfig b/src/mainboard/jetway/Kconfig index 36a064c2e0..93cac46a64 100644 --- a/src/mainboard/jetway/Kconfig +++ b/src/mainboard/jetway/Kconfig @@ -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" |