summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-10-25 13:17:12 +0200
committerQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-10-25 13:53:25 +0200
commit04b649a5053d8618ca6f61d4fda61fac70c70bbb (patch)
tree93fb3ba4889d741b760e52886b2917f5e5e4bc54
parent7fb2de75509952f72ef3c43ed395952d597b54e4 (diff)
FROMLIST: rockchip: ringneck-px30: enable i2c command
This is a useful tool to check the presence of a device on a specific i2c bus, so let's enable it. Cc: Quentin Schulz <foss+uboot@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Relates-to: RNG-179 Link: https://lore.kernel.org/r/20231025-ringneck-i2c-cmd-v1-1-e8671d1f20e8@theobroma-systems.com Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
-rw-r--r--configs/ringneck-px30_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ringneck-px30_defconfig b/configs/ringneck-px30_defconfig
index 590a1fb4e9..24de282321 100644
--- a/configs/ringneck-px30_defconfig
+++ b/configs/ringneck-px30_defconfig
@@ -54,6 +54,7 @@ CONFIG_SPL_ATF=y
# CONFIG_CMD_LZMADEC is not set
# CONFIG_CMD_UNZIP is not set
CONFIG_CMD_GPT=y
+CONFIG_CMD_I2C=y
# CONFIG_CMD_LOADB is not set
# CONFIG_CMD_LOADS is not set
CONFIG_CMD_MMC=y