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>
This commit is contained in:
Felix Singer 2021-04-18 04:32:57 +02:00 committed by Michael Niewöhner
parent 7dc57159fe
commit 1ee8e8e0de
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ config BOARD_CLEVO_CMLU_COMMON
select SPD_READ_BY_WORD select SPD_READ_BY_WORD
select SYSTEM_TYPE_LAPTOP select SYSTEM_TYPE_LAPTOP
config BOARD_CLEVO_L140CU_OPTIONS config BOARD_CLEVO_L140CU_BASE
bool bool
select BOARD_CLEVO_CMLU_COMMON select BOARD_CLEVO_CMLU_COMMON
select EC_SYSTEM76_EC select EC_SYSTEM76_EC

View File

@ -2,4 +2,4 @@ comment "Comet Lake U"
config BOARD_CLEVO_L140CU config BOARD_CLEVO_L140CU
bool "L140CU / L141CU" bool "L140CU / L141CU"
select BOARD_CLEVO_L140CU_OPTIONS select BOARD_CLEVO_L140CU_BASE