mb/google/bluey: Add QuenbiH board

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

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

View file

@ -40,6 +40,10 @@ config BOARD_GOOGLE_QUENBI
select BOARD_GOOGLE_MODEL_QUENBI
select SOC_QUALCOMM_X1P42100
config BOARD_GOOGLE_QUENBIH
select BOARD_GOOGLE_MODEL_QUENBI
select SOC_QUALCOMM_HAMOA
if BOARD_GOOGLE_BLUEY_COMMON
config MAINBOARD_DIR

View file

@ -10,3 +10,6 @@ config BOARD_GOOGLE_QUENBI
config BOARD_GOOGLE_BLUEYH
bool "-> BlueyH"
config BOARD_GOOGLE_QUENBIH
bool "-> QuenbiH"