[PATCH] sandbox_vpl: Enable missing TPL_DM_I2C symbol

Tom Rini trini at konsulko.com
Tue Mar 4 21:32:35 CET 2025


Currently this platform implicity builds CONFIG_TPL_DM_I2C support
without setting the symbol. Add it for clarity.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Simon Glass <sjg at chromium.org>

 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



More information about the U-Boot mailing list