summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2021-04-18 04:32:57 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2021-04-19 10:11:18 +0000
commit1ee8e8e0de4dd88e27279dbff071e853511e13e9 (patch)
tree7cca02dd4e4aec64e715bc48823cdcb4d542b565
parent7dc57159fe819acb9280522528fb68f3e9befacc (diff)
downloadcoreboot-1ee8e8e0de4dd88e27279dbff071e853511e13e9.tar.gz
coreboot-1ee8e8e0de4dd88e27279dbff071e853511e13e9.tar.bz2
coreboot-1ee8e8e0de4dd88e27279dbff071e853511e13e9.zip
mb/clevo/cml-u: Rename `BOARD_CLEVO_L140CU_OPTIONS`
Rename `BOARD_CLEVO_L140CU_OPTIONS` to `BOARD_CLEVO_L140CU_BASE` to make clear that this option represents the baseboard. Change-Id: I76690626fddafc8e3c37ef760aeb4f064fb6b591 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52480 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/clevo/cml-u/Kconfig2
-rw-r--r--src/mainboard/clevo/cml-u/Kconfig.name2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/clevo/cml-u/Kconfig b/src/mainboard/clevo/cml-u/Kconfig
index eb9247351b8a..51ee8a94e350 100644
--- a/src/mainboard/clevo/cml-u/Kconfig
+++ b/src/mainboard/clevo/cml-u/Kconfig
@@ -17,7 +17,7 @@ config BOARD_CLEVO_CMLU_COMMON
select SPD_READ_BY_WORD
select SYSTEM_TYPE_LAPTOP
-config BOARD_CLEVO_L140CU_OPTIONS
+config BOARD_CLEVO_L140CU_BASE
bool
select BOARD_CLEVO_CMLU_COMMON
select EC_SYSTEM76_EC
diff --git a/src/mainboard/clevo/cml-u/Kconfig.name b/src/mainboard/clevo/cml-u/Kconfig.name
index 92555ffd956b..c1c9b2c2d07d 100644
--- a/src/mainboard/clevo/cml-u/Kconfig.name
+++ b/src/mainboard/clevo/cml-u/Kconfig.name
@@ -2,4 +2,4 @@ comment "Comet Lake U"
config BOARD_CLEVO_L140CU
bool "L140CU / L141CU"
- select BOARD_CLEVO_L140CU_OPTIONS
+ select BOARD_CLEVO_L140CU_BASE