sandbox_vpl: Enable missing TPL_DM_I2C symbol
authorTom Rini <trini@konsulko.com>
Tue, 4 Mar 2025 20:32:35 +0000 (14:32 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 14:12:23 +0000 (08:12 -0600)
Currently this platform implicity builds CONFIG_TPL_DM_I2C support
without setting the symbol. Add it for clarity.

Signed-off-by: Tom Rini <trini@konsulko.com>
configs/sandbox_vpl_defconfig

index 4632939..e1a0555 100644 (file)
@@ -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