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>
diff --git a/src/mainboard/clevo/cml-u/Kconfig b/src/mainboard/clevo/cml-u/Kconfig
index cd22286..65a4010 100644
--- a/src/mainboard/clevo/cml-u/Kconfig
+++ b/src/mainboard/clevo/cml-u/Kconfig
@@ -23,6 +23,9 @@
 	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 c1c9b2c..f8f22cc 100644
--- a/src/mainboard/clevo/cml-u/Kconfig.name
+++ b/src/mainboard/clevo/cml-u/Kconfig.name
@@ -2,4 +2,3 @@
 
 config BOARD_CLEVO_L140CU
 	bool "L140CU / L141CU"
-	select BOARD_CLEVO_L140CU_BASE