mb/google/kukui: Add a new config 'Katsu'

A new board introduced to Kukui family.

BUG=b:176206134
TEST=make # select Katsu
BRANCH=kukui

Signed-off-by: Sunway <lisunwei@huaqin.corp-partner.google.com>
Change-Id: I09fe2b8f6922dfd2af6424830568466fb98f7aee
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48874
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
This commit is contained in:
Sunway 2020-12-23 15:07:51 +08:00 committed by Hung-Te Lin
parent 3c13af7ec9
commit a858ec86e4
2 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,7 @@ config MAINBOARD_PART_NUMBER
default "Esche" if BOARD_GOOGLE_ESCHE
default "Burnet" if BOARD_GOOGLE_BURNET
default "Fennel" if BOARD_GOOGLE_FENNEL
default "Katsu" if BOARD_GOOGLE_KATSU
config DRIVER_TPM_SPI_BUS
hex

View File

@ -20,6 +20,10 @@ config BOARD_GOOGLE_FLAPJACK
bool "-> Flapjack"
select BOARD_GOOGLE_KUKUI_COMMON
config BOARD_GOOGLE_KATSU
bool "-> Katsu"
select BOARD_GOOGLE_KUKUI_COMMON
comment "Jacuzzi"
config BOARD_GOOGLE_JACUZZI