mb/clevo/cml-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: I8530bb9b89a12ae831a4716bdec8c66c7f3f74a4 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75074 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
parent
fbd097f0af
commit
37444566a7
|
@ -23,6 +23,9 @@ config BOARD_CLEVO_L140CU_BASE
|
|||
select EC_CLEVO_IT5570E
|
||||
select HAVE_SPD_IN_CBFS
|
||||
|
||||
config BOARD_CLEVO_L140CU
|
||||
select BOARD_CLEVO_L140CU_BASE
|
||||
|
||||
if BOARD_CLEVO_CMLU_COMMON
|
||||
|
||||
config MAINBOARD_DIR
|
||||
|
|
|
@ -2,4 +2,3 @@ comment "Comet Lake U"
|
|||
|
||||
config BOARD_CLEVO_L140CU
|
||||
bool "L140CU / L141CU"
|
||||
select BOARD_CLEVO_L140CU_BASE
|
||||
|
|
Loading…
Reference in New Issue