mb/clevo/kbl-u: Move selects from Kconfig.name to Kconfig

Selects should be done in the Kconfig file instead of Kconfig.name and
not mixed over both files.

Change-Id: I51b3bca2421b64f73d4d3c0d9346a1416bf15f35
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78976
Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Singer 2023-11-09 22:30:22 +01:00 committed by Felix Singer
parent 35a30de7af
commit 8fa27fa693
2 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,9 @@ config BOARD_CLEVO_N130WU_OPTIONS
bool
select BOARD_CLEVO_KBLU_COMMON
config BOARD_CLEVO_N130WU
select BOARD_CLEVO_N130WU_OPTIONS
if BOARD_CLEVO_KBLU_COMMON
config VBOOT

View File

@ -4,4 +4,3 @@ comment "Kaby Lake U"
config BOARD_CLEVO_N130WU
bool "N130WU / N131WU"
select BOARD_CLEVO_N130WU_OPTIONS