git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d8b297
)
sandbox_vpl: Enable missing TPL_DM_I2C symbol
author
Tom Rini
<trini@konsulko.com>
Tue, 4 Mar 2025 20:32:35 +0000
(14:32 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/configs/sandbox_vpl_defconfig
b/configs/sandbox_vpl_defconfig
index
4632939
..
e1a0555
100644
(file)
--- 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