From a1e8cd22c804351c12bebc87bd0112871dfcf2fd Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 11 Aug 2024 08:50:32 -0600 Subject: 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 Reviewed-by: Heiko Schocher --- README | 7 ------- 1 file changed, 7 deletions(-) (limited to 'README') diff --git a/README b/README index b76449b70a8..c3821c5ce4e 100644 --- a/README +++ b/README @@ -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 -- cgit v1.3.1