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:
parent
35a30de7af
commit
8fa27fa693
|
@ -22,6 +22,9 @@ config BOARD_CLEVO_N130WU_OPTIONS
|
||||||
bool
|
bool
|
||||||
select BOARD_CLEVO_KBLU_COMMON
|
select BOARD_CLEVO_KBLU_COMMON
|
||||||
|
|
||||||
|
config BOARD_CLEVO_N130WU
|
||||||
|
select BOARD_CLEVO_N130WU_OPTIONS
|
||||||
|
|
||||||
if BOARD_CLEVO_KBLU_COMMON
|
if BOARD_CLEVO_KBLU_COMMON
|
||||||
|
|
||||||
config VBOOT
|
config VBOOT
|
||||||
|
|
|
@ -4,4 +4,3 @@ comment "Kaby Lake U"
|
||||||
|
|
||||||
config BOARD_CLEVO_N130WU
|
config BOARD_CLEVO_N130WU
|
||||||
bool "N130WU / N131WU"
|
bool "N130WU / N131WU"
|
||||||
select BOARD_CLEVO_N130WU_OPTIONS
|
|
||||||
|
|
Loading…
Reference in New Issue