mb/google/asurada: Add config for spherion

BUG=b:178440482
TEST=emerge-asurada coreboot
BRANCH=none

Change-Id: Ica09b73f97509db065c93c6be757c0d77c9b7a87
Signed-off-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49956
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
This commit is contained in:
Yu-Ping Wu 2021-01-27 11:50:11 +08:00 committed by Patrick Georgi
parent a2c4cd7e08
commit aafa1621e1
2 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,7 @@ config MAINBOARD_PART_NUMBER
string
default "Asurada" if BOARD_GOOGLE_ASURADA
default "Hayato" if BOARD_GOOGLE_HAYATO
default "Spherion" if BOARD_GOOGLE_SPHERION
config DRIVER_TPM_SPI_BUS
hex

View File

@ -7,3 +7,7 @@ config BOARD_GOOGLE_ASURADA
config BOARD_GOOGLE_HAYATO
bool "-> Hayato"
select BOARD_GOOGLE_ASURADA_COMMON
config BOARD_GOOGLE_SPHERION
bool "-> Spherion"
select BOARD_GOOGLE_ASURADA_COMMON