mb/google/kukui: Add new configs 'damu' and 'kappa'

New boards introduced to Kukui family.

BUG=None
TEST=make # select damu and kappa

Change-Id: I7154aeee921114b7d12bf586adca250df19a3883
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36699
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Hung-Te Lin 2019-11-09 12:00:51 +08:00 committed by Patrick Georgi
parent 72f13e534b
commit de6f121897
2 changed files with 10 additions and 0 deletions

View File

@ -56,6 +56,8 @@ config MAINBOARD_PART_NUMBER
default "Flapjack" if BOARD_GOOGLE_FLAPJACK
default "Jacuzzi" if BOARD_GOOGLE_JACUZZI
default "Juniper" if BOARD_GOOGLE_JUNIPER
default "Kappa" if BOARD_GOOGLE_KAPPA
default "Damu" if BOARD_GOOGLE_DAMU
config DRIVER_TPM_SPI_BUS
hex

View File

@ -23,3 +23,11 @@ config BOARD_GOOGLE_JACUZZI
config BOARD_GOOGLE_JUNIPER
bool "-> Juniper"
select BOARD_GOOGLE_KUKUI_COMMON
config BOARD_GOOGLE_KAPPA
bool "-> Kappa"
select BOARD_GOOGLE_KUKUI_COMMON
config BOARD_GOOGLE_DAMU
bool "-> Damu"
select BOARD_GOOGLE_KUKUI_COMMON