mb/google/kukui: Add new config 'cozmo'
New board 'cozmo'. BUG=b:181144502 TEST=None BRANCH=kukui Signed-off-by: Lucas Chen <lucas.chen@quanta.corp-partner.google.com> Change-Id: Ia0ec1d89444d2634bfcfb3475a422f4e4ae92b7f Reviewed-on: https://review.coreboot.org/c/coreboot/+/51437 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Chen-Tsung Hsieh <chentsung@chromium.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
This commit is contained in:
parent
709a1948b4
commit
4cc42752fe
|
@ -60,6 +60,7 @@ config MAINBOARD_PART_NUMBER
|
|||
default "Burnet" if BOARD_GOOGLE_BURNET
|
||||
default "Fennel" if BOARD_GOOGLE_FENNEL
|
||||
default "Katsu" if BOARD_GOOGLE_KATSU
|
||||
default "Cozmo" if BOARD_GOOGLE_COZMO
|
||||
|
||||
config DRIVER_TPM_SPI_BUS
|
||||
hex
|
||||
|
|
|
@ -65,3 +65,7 @@ config BOARD_GOOGLE_BURNET
|
|||
config BOARD_GOOGLE_FENNEL
|
||||
bool "-> Fennel"
|
||||
select BOARD_GOOGLE_JACUZZI_COMMON
|
||||
|
||||
config BOARD_GOOGLE_COZMO
|
||||
bool "-> Cozmo"
|
||||
select BOARD_GOOGLE_JACUZZI_COMMON
|
||||
|
|
Loading…
Reference in New Issue