diff options
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2023-10-25 13:17:12 +0200 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2023-11-09 11:19:05 +0800 |
commit | c41a6deaf250fff7069c29c89436333e1fa1ac88 (patch) | |
tree | 93cdd9e870128c8ec6efae5f58532dfdab388eee | |
parent | 6761cb5bc203171cf88cdeedc54706a4e8080c24 (diff) | |
download | u-boot-c41a6deaf250fff7069c29c89436333e1fa1ac88.zip u-boot-c41a6deaf250fff7069c29c89436333e1fa1ac88.tar.gz u-boot-c41a6deaf250fff7069c29c89436333e1fa1ac88.tar.bz2 |
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>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
-rw-r--r-- | configs/ringneck-px30_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ringneck-px30_defconfig b/configs/ringneck-px30_defconfig index b4666d0..f47dfa5 100644 --- a/configs/ringneck-px30_defconfig +++ b/configs/ringneck-px30_defconfig @@ -53,6 +53,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 |