diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-02 16:42:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-22 10:31:48 -0500 |
commit | 1353b25ec58eba4cd26f4101ebb1b6047838a105 (patch) | |
tree | 22b49cc8672168f50cad42dce3c529547cebd68a /include/configs/km | |
parent | 495fc3e836df25e24a1b228b78f3e45166fd2f96 (diff) | |
download | u-boot-1353b25ec58eba4cd26f4101ebb1b6047838a105.tar.gz u-boot-1353b25ec58eba4cd26f4101ebb1b6047838a105.tar.bz2 u-boot-1353b25ec58eba4cd26f4101ebb1b6047838a105.zip |
i2c: Remove CONFIG_I2C_MULTI_BUS
This functionality is part of the legacy I2C subsystem and is currently
unused anywhere. Remove the remaining references.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/km')
-rw-r--r-- | include/configs/km/pg-wcom-ls102xa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/km/pg-wcom-ls102xa.h b/include/configs/km/pg-wcom-ls102xa.h index 8d5b24d827..ffd394691a 100644 --- a/include/configs/km/pg-wcom-ls102xa.h +++ b/include/configs/km/pg-wcom-ls102xa.h @@ -149,7 +149,6 @@ * I2C */ -#define CONFIG_I2C_MULTI_BUS #define CFG_SYS_I2C_MAX_HOPS 1 #define CFG_SYS_NUM_I2C_BUSES 3 #define I2C_MUX_PCA_ADDR 0x70 |