From 81bb2663b7598c497e2f6893d21fd4d76117c9e6 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Mon, 15 Sep 2025 20:51:11 +0000 Subject: [PATCH] soc/qualcomm/x1p42100: Select HAVE_CBFS_FILE_OPTION_BACKEND Select the newly introduced `HAVE_CBFS_FILE_OPTION_BACKEND` capability for the Qualcomm x1p42100 SoC family. This SoC is used in ChromeOS devices that rely on the CBFS file backend to store and retrieve runtime configuration options (like the QCLib configuration data). Selecting this capability ensures the correct option backend is chosen in the Kconfig `Option backend to use` choice. TEST=Build and boot a board using the x1p42100 SoC (e.g., bluey). Confirm the `CONFIG_USE_CBFS_FILE_OPTION_BACKEND` option is enabled in the build. Change-Id: Ie0dee155a504da215669a79d7100cdbaf97d5261 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/89186 Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal --- src/soc/qualcomm/x1p42100/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/qualcomm/x1p42100/Kconfig b/src/soc/qualcomm/x1p42100/Kconfig index 26bcb22920..c02c2a649b 100644 --- a/src/soc/qualcomm/x1p42100/Kconfig +++ b/src/soc/qualcomm/x1p42100/Kconfig @@ -17,6 +17,7 @@ config SOC_QUALCOMM_BASE select GENERIC_GPIO_LIB select GENERIC_UDELAY select HAS_RECOVERY_MRC_CACHE + select HAVE_CBFS_FILE_OPTION_BACKEND select HAVE_LINEAR_FRAMEBUFFER select HAVE_MONOTONIC_TIMER select HAVE_UART_SPECIAL