mb/google/corsola: add configuration for kingler and krabby

The 'corsola' reference design will include two implementations
with different BOM selections - 'krabby' and 'kingler'.

TEST=none
BUG=b:202871018

Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com>
Change-Id: Iaf9c6af1a395030937a9a5c00e95d7246ddcb6eb
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59249
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
This commit is contained in:
Rex-BC Chen 2021-11-10 14:00:17 +08:00 committed by Hung-Te Lin
parent 93b4145aff
commit fb06ca0aa7
2 changed files with 10 additions and 0 deletions

View File

@ -22,6 +22,8 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER config MAINBOARD_PART_NUMBER
string string
default "Corsola" if BOARD_GOOGLE_CORSOLA default "Corsola" if BOARD_GOOGLE_CORSOLA
default "Kingler" if BOARD_GOOGLE_KINGLER
default "Krabby" if BOARD_GOOGLE_KRABBY
config BOOT_DEVICE_SPI_FLASH_BUS config BOOT_DEVICE_SPI_FLASH_BUS
int int

View File

@ -3,3 +3,11 @@ comment "Corsola"
config BOARD_GOOGLE_CORSOLA config BOARD_GOOGLE_CORSOLA
bool "-> Corsola" bool "-> Corsola"
select BOARD_GOOGLE_CORSOLA_COMMON select BOARD_GOOGLE_CORSOLA_COMMON
config BOARD_GOOGLE_KINGLER
bool "-> Kingler"
select BOARD_GOOGLE_CORSOLA_COMMON
config BOARD_GOOGLE_KRABBY
bool "-> Krabby"
select BOARD_GOOGLE_CORSOLA_COMMON