[U-Boot] [PATCH] README: remove wrong config name

There is no CONFIG_PCA953X_INFO symbol. U-Boot uses CONFIG_CMD_PCA953X_INFO instead, which is described in "Monitor Functions" section and thus no need to be repeated in the "GPIO Support" section. Remove the whole line.
Signed-off-by: Igor Grinberg grinberg@compulab.co.il --- README | 1 - 1 file changed, 1 deletion(-)
diff --git a/README b/README index 09662a4..d93ae11 100644 --- a/README +++ b/README @@ -1027,7 +1027,6 @@ The following options need to be configured:
- GPIO Support: CONFIG_PCA953X - use NXP's PCA953X series I2C GPIO - CONFIG_PCA953X_INFO - enable pca953x info command
The CONFIG_SYS_I2C_PCA953X_WIDTH option specifies a list of chip-ngpio pairs that tell the PCA953X driver the number of

On Wed, Nov 06, 2013 at 05:24:02PM +0200, Igor Grinberg wrote:
There is no CONFIG_PCA953X_INFO symbol. U-Boot uses CONFIG_CMD_PCA953X_INFO instead, which is described in "Monitor Functions" section and thus no need to be repeated in the "GPIO Support" section. Remove the whole line.
Signed-off-by: Igor Grinberg grinberg@compulab.co.il
Applied to u-boot/master, thanks!
participants (2)
-
Igor Grinberg
-
Tom Rini