From 1ee8e8e0de4dd88e27279dbff071e853511e13e9 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sun, 18 Apr 2021 04:32:57 +0200 Subject: [PATCH] mb/clevo/cml-u: Rename `BOARD_CLEVO_L140CU_OPTIONS` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52480 Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) --- src/mainboard/clevo/cml-u/Kconfig | 2 +- src/mainboard/clevo/cml-u/Kconfig.name | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/clevo/cml-u/Kconfig b/src/mainboard/clevo/cml-u/Kconfig index eb9247351b..51ee8a94e3 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 92555ffd95..c1c9b2c2d0 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