From: Quentin Schulz Date: Wed, 25 Oct 2023 11:17:12 +0000 (+0200) Subject: rockchip: ringneck-px30: enable i2c command X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=c41a6deaf250fff7069c29c89436333e1fa1ac88;p=u-boot.git 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 Signed-off-by: Quentin Schulz Reviewed-by: Heiko Stuebner Reviewed-by: Kever Yang --- diff --git a/configs/ringneck-px30_defconfig b/configs/ringneck-px30_defconfig index b4666d0e90..f47dfa5878 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