diff options
author | Felix Singer <felixsinger@posteo.net> | 2021-04-18 04:32:57 +0200 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2021-04-19 10:11:18 +0000 |
commit | 1ee8e8e0de4dd88e27279dbff071e853511e13e9 (patch) | |
tree | 7cca02dd4e4aec64e715bc48823cdcb4d542b565 /src | |
parent | 7dc57159fe819acb9280522528fb68f3e9befacc (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/clevo/cml-u/Kconfig | 2 | ||||
-rw-r--r-- | 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 |