From 7bfad23a15170b59dfd415ac944e113d17a4a767 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Tue, 17 Mar 2026 21:00:15 +0530 Subject: [PATCH] mb/google/bluey: Enable GBB_FLAG_ENABLE_ADB for development Select GBB_FLAG_ENABLE_ADB in Kconfig for the Bluey board. This is required to support ADB debugging during the current development phase. Note: This is intended as a temporary measure (FIXME) and should likely be reverted before production. Change-Id: I9c8c2a315fcf91e4b51d25ee4e00490db7e33486 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/91720 Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal --- src/mainboard/google/bluey/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/google/bluey/Kconfig b/src/mainboard/google/bluey/Kconfig index ddb033d939..47c81e6e74 100644 --- a/src/mainboard/google/bluey/Kconfig +++ b/src/mainboard/google/bluey/Kconfig @@ -3,6 +3,8 @@ config BOARD_GOOGLE_BLUEY_COMMON def_bool n select COMMON_CBFS_SPI_WRAPPER + # FIXME: keep ADB for development phase + select GBB_FLAG_ENABLE_ADB if VBOOT select MAINBOARD_HAS_CHROMEOS select SPI_FLASH select SPI_FLASH_FORCE_4_BYTE_ADDR_MODE