Currently this platform implicity builds CONFIG_TPL_DM_I2C support without setting the symbol. Add it for clarity.
Signed-off-by: Tom Rini <[email protected]> --- Cc: Simon Glass <[email protected]> configs/sandbox_vpl_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_vpl_defconfig b/configs/sandbox_vpl_defconfig index f0315f6ab33f..93a6dd725bfe 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.43.0

