From 657bcd32d9bfbb85cd55d2dec63f213de4cca303 Mon Sep 17 00:00:00 2001 From: Kapil Porwal Date: Fri, 9 Jan 2026 13:25:22 +0530 Subject: [PATCH] mb/google/bluey: Add Kconfig for PS8820 retimer support Introduce the MAINBOARD_HAS_PS8820_RETIMER Kconfig option. This will be used to conditionally enable I2C initialization and retimer configuration logic on Bluey variants. BUG=b:473489095 TEST=Verify USB SS detection on Quartz. Change-Id: I949fb16f8c46a8375b50d2b108b8edde3231f4e9 Signed-off-by: Kapil Porwal Reviewed-on: https://review.coreboot.org/c/coreboot/+/90710 Reviewed-by: Subrata Banik Reviewed-by: Jayvik Desai Tested-by: build bot (Jenkins) Reviewed-by: Pranava Y N --- src/mainboard/google/bluey/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/mainboard/google/bluey/Kconfig b/src/mainboard/google/bluey/Kconfig index e5665ea752..7e21106cbc 100644 --- a/src/mainboard/google/bluey/Kconfig +++ b/src/mainboard/google/bluey/Kconfig @@ -91,6 +91,12 @@ config MAINBOARD_HAS_SD_CONTROLLER help Enable this option if your mainboard is equipped with SD card controller. +config MAINBOARD_HAS_PS8820_RETIMER + bool + default n + help + Enable this option if your mainboard is equipped with a PS8820 retimer. + config MAINBOARD_NO_USB_A_PORT bool default n