mb/google/bluey: Add BlueyH board

BUG=b:436402120
TEST=Build Google/BlueyH.

Change-Id: Ifceb70a2f25cff6d404bb6691146b2bb2109a957
Signed-off-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/88786
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Kapil Porwal 2025-08-16 00:55:21 +05:30 committed by Matt DeVillier
commit 9edf49b008
2 changed files with 7 additions and 0 deletions

View file

@ -23,6 +23,10 @@ config BOARD_GOOGLE_BLUEY
select BOARD_GOOGLE_MODEL_BLUEY
select SOC_QUALCOMM_X1P42100
config BOARD_GOOGLE_BLUEYH
select BOARD_GOOGLE_MODEL_BLUEY
select SOC_QUALCOMM_HAMOA
config BOARD_GOOGLE_MODEL_QUENBI
def_bool n
select BOARD_GOOGLE_BASEBOARD_BLUEY

View file

@ -7,3 +7,6 @@ config BOARD_GOOGLE_BLUEY
config BOARD_GOOGLE_QUENBI
bool "-> Quenbi"
config BOARD_GOOGLE_BLUEYH
bool "-> BlueyH"