From d1e82970db8400b6529ccc3e31cd999c3968783e Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 4 Mar 2025 14:32:35 -0600 Subject: [PATCH] sandbox_vpl: Enable missing TPL_DM_I2C symbol Currently this platform implicity builds CONFIG_TPL_DM_I2C support without setting the symbol. Add it for clarity. Signed-off-by: Tom Rini --- configs/sandbox_vpl_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_vpl_defconfig b/configs/sandbox_vpl_defconfig index 46329395ba5..e1a0555744c 100644 --- a/configs/sandbox_vpl_defconfig +++ b/configs/sandbox_vpl_defconfig @@ -149,6 +149,7 @@ CONFIG_SPL_FIRMWARE=y CONFIG_GPIO_HOG=y CONFIG_QCOM_PMIC_GPIO=y CONFIG_SANDBOX_GPIO=y +CONFIG_TPL_DM_I2C=y CONFIG_I2C_CROS_EC_TUNNEL=y CONFIG_I2C_CROS_EC_LDO=y CONFIG_DM_I2C_GPIO=y -- 2.39.5