diff options
| author | Simon Glass <[email protected]> | 2024-08-11 08:50:47 -0600 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2024-08-13 06:23:15 +0200 |
| commit | 710b9c89f2c2f19436f6c21d092af1a2b24a26a6 (patch) | |
| tree | 3164df95a7e620560c6fdaec8519a460b98793f9 /README | |
| parent | 7fca1ae860c1ecab23ae97cc5acfd6cd02b5e74c (diff) | |
i2c: Remove CFG_SYS_I2C_DIRECT_BUS
Now that this is always 1, remove it and the associated dead code.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -771,13 +771,8 @@ The following options need to be configured: CFG_SYS_NUM_I2C_BUSES Hold the number of i2c buses you want to use. - CFG_SYS_I2C_DIRECT_BUS - define this, if you don't use i2c muxes on your hardware. - CFG_SYS_I2C_BUSES - hold a list of buses you want to use, only used if - CFG_SYS_I2C_DIRECT_BUS is not defined, for example - a board with CFG_SYS_NUM_I2C_BUSES = 9: + hold a list of buses you want to use CFG_SYS_I2C_BUSES {{0, {I2C_NULL_HOP}}, \ {0, {{I2C_MUX_PCA9547, 0x70, 1}}}, \ |
