mb/google/corsola: Remove 'corsola' from Kconfig board names

The 'Corsola' (MT8186 Chromebooks) family has two reference designs
(Krabby and Kingler) and all real implementations should follow either
one of the two. To prevent confusion, we should remove the 'corsola'
configuration from Kconfig board names.

BUG=b:210806060
TEST=emerge-corsola coreboot

Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com>
Change-Id: Ib354054e358c0783f6221c2e2a1730b5c6ddba33
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60515
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Rex-BC Chen 2021-12-30 10:16:07 +08:00 committed by Hung-Te Lin
parent 0069f6a18c
commit 6e9e3fddc7
2 changed files with 0 additions and 7 deletions

View File

@ -45,7 +45,6 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
string
default "Corsola" if BOARD_GOOGLE_CORSOLA
default "Kingler" if BOARD_GOOGLE_KINGLER
default "Krabby" if BOARD_GOOGLE_KRABBY

View File

@ -1,9 +1,3 @@
comment "Corsola"
config BOARD_GOOGLE_CORSOLA
bool "-> Corsola"
select BOARD_GOOGLE_CORSOLA_COMMON
comment "Kingler"
config BOARD_GOOGLE_KINGLER