diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-19 18:45:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-05 16:07:13 -0500 |
commit | c3187fb1448baf142d43fcc3d6f0e88e082050b9 (patch) | |
tree | df70b3c7aa59571d2fa65092124ec768122c4bae /README | |
parent | 9200011e9563c2deb71eae3c6769a92ea4e6c733 (diff) | |
download | u-boot-c3187fb1448baf142d43fcc3d6f0e88e082050b9.zip u-boot-c3187fb1448baf142d43fcc3d6f0e88e082050b9.tar.gz u-boot-c3187fb1448baf142d43fcc3d6f0e88e082050b9.tar.bz2 |
Convert CONFIG_PCA953X to Kconfig
This converts the following to Kconfig:
CONFIG_PCA953X
Cc: Uri Mashiach <uri.mashiach@compulab.co.il>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -483,8 +483,6 @@ The following options need to be configured: must also be configured. See I2C Support, below. - GPIO Support: - CONFIG_PCA953X - use NXP's PCA953X series I2C GPIO - The CFG_SYS_I2C_PCA953X_WIDTH option specifies a list of chip-ngpio pairs that tell the PCA953X driver the number of pins supported by a particular chip. |