From: Tom Rini Date: Tue, 4 Mar 2025 20:32:35 +0000 (-0600) Subject: sandbox_vpl: Enable missing TPL_DM_I2C symbol X-Git-Tag: v2025.07-rc1~18^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1e82970db8400b6529ccc3e31cd999c3968783e;p=pandora-u-boot.git 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 --- 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