diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-05-08 20:05:56 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-09-25 22:35:14 +0000 |
commit | 37444566a71ce30067ff956e70c509b872319edb (patch) | |
tree | 99af581a883ca08ad20482de22ccded8ddf7a26f /src | |
parent | fbd097f0af877e66ced7c0afad9c95af02a0abc9 (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/clevo/cml-u/Kconfig | 3 | ||||
-rw-r--r-- | src/mainboard/clevo/cml-u/Kconfig.name | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/clevo/cml-u/Kconfig b/src/mainboard/clevo/cml-u/Kconfig index cd22286de7..65a4010ddb 100644 --- a/src/mainboard/clevo/cml-u/Kconfig +++ b/src/mainboard/clevo/cml-u/Kconfig @@ -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 diff --git a/src/mainboard/clevo/cml-u/Kconfig.name b/src/mainboard/clevo/cml-u/Kconfig.name index c1c9b2c2d0..f8f22cc531 100644 --- a/src/mainboard/clevo/cml-u/Kconfig.name +++ b/src/mainboard/clevo/cml-u/Kconfig.name @@ -2,4 +2,3 @@ comment "Comet Lake U" config BOARD_CLEVO_L140CU bool "L140CU / L141CU" - select BOARD_CLEVO_L140CU_BASE |