diff options
| author | Simon Glass <[email protected]> | 2024-08-11 08:50:32 -0600 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2024-08-13 06:07:31 +0200 |
| commit | a1e8cd22c804351c12bebc87bd0112871dfcf2fd (patch) | |
| tree | c3709511ab94b9e38273ee7d858ff78f0ab892b4 /README | |
| parent | 2109c6c178cc29e93da4d46ba4c1402c3753b272 (diff) | |
i2c: Remove CFG_I2C_MULTI_BUS
This is used by a few boards but we are years past the migration date,
so let's drop it now.
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, 0 insertions, 7 deletions
@@ -883,13 +883,6 @@ The following options need to be configured: You should define these to the GPIO value as given directly to the generic GPIO functions. - CFG_I2C_MULTI_BUS - - This option allows the use of multiple I2C buses, each of which - must have a controller. At any point in time, only one bus is - active. To switch to a different bus, use the 'i2c dev' command. - Note that bus numbering is zero-based. - CFG_SYS_I2C_NOPROBES This option specifies a list of I2C devices that will be skipped |
