From 37444566a71ce30067ff956e70c509b872319edb Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Mon, 8 May 2023 20:05:56 +0200 Subject: [PATCH] mb/clevo/cml-u: Move selects from Kconfig.name to Kconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75074 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner --- src/mainboard/clevo/cml-u/Kconfig | 3 +++ src/mainboard/clevo/cml-u/Kconfig.name | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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