mb/google/kukui: Add new configs 'esche' and 'burnet'

new boards introduced to Kukui family.
esche: clamshell
burnet: 360 convertible

BUG=b:161768221
BRANCH=master
TEST=emerge-jacuzzi coreboot

Change-Id: I2245c34533549bb94c58938fee5778b8a03e2767
Signed-off-by: Kevin Chiu <kevin.chiu@quantatw.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43667
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
This commit is contained in:
Kevin Chiu 2020-07-21 16:34:25 +08:00 committed by Hung-Te Lin
parent b73dd9c97e
commit a2b04f45c0
2 changed files with 10 additions and 0 deletions

View File

@ -55,6 +55,8 @@ config MAINBOARD_PART_NUMBER
default "Cerise" if BOARD_GOOGLE_CERISE default "Cerise" if BOARD_GOOGLE_CERISE
default "Stern" if BOARD_GOOGLE_STERN default "Stern" if BOARD_GOOGLE_STERN
default "Willow" if BOARD_GOOGLE_WILLOW default "Willow" if BOARD_GOOGLE_WILLOW
default "Esche" if BOARD_GOOGLE_ESCHE
default "Burnet" if BOARD_GOOGLE_BURNET
config DRIVER_TPM_SPI_BUS config DRIVER_TPM_SPI_BUS
hex hex

View File

@ -49,3 +49,11 @@ config BOARD_GOOGLE_STERN
config BOARD_GOOGLE_WILLOW config BOARD_GOOGLE_WILLOW
bool "-> Willow" bool "-> Willow"
select BOARD_GOOGLE_JACUZZI_COMMON select BOARD_GOOGLE_JACUZZI_COMMON
config BOARD_GOOGLE_ESCHE
bool "-> Esche"
select BOARD_GOOGLE_JACUZZI_COMMON
config BOARD_GOOGLE_BURNET
bool "-> Burnet"
select BOARD_GOOGLE_JACUZZI_COMMON