summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-03-04 14:32:35 -0600
committerTom Rini <[email protected]>2025-03-18 08:12:23 -0600
commitd1e82970db8400b6529ccc3e31cd999c3968783e (patch)
treea4b304c0fd37147eb13e1d71b443840604f58222
parent0d8b2970a47c914faf13dd1aa97ff7f2070ba8e1 (diff)
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 <[email protected]>
-rw-r--r--configs/sandbox_vpl_defconfig1
1 files changed, 1 insertions, 0 deletions
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