diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-04 10:04:08 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-23 10:10:40 -0500 |
commit | e06b9b8d75f3f367db115fbcd902ee2d22ddcdba (patch) | |
tree | 7595bdf9b9bab84385fcb555777ad51d9cbfca65 /README | |
parent | d2cd9f4121f5638dae4030f35826f1d6624a2c00 (diff) | |
download | u-boot-e06b9b8d75f3f367db115fbcd902ee2d22ddcdba.tar.gz u-boot-e06b9b8d75f3f367db115fbcd902ee2d22ddcdba.tar.bz2 u-boot-e06b9b8d75f3f367db115fbcd902ee2d22ddcdba.zip |
global: Migrate CONFIG_I2C_MULTI_BUS to CFG
Perform a simple rename of CONFIG_I2C_MULTI_BUS to CFG_I2C_MULTI_BUS
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -955,7 +955,7 @@ The following options need to be configured: You should define these to the GPIO value as given directly to the generic GPIO functions. - CONFIG_I2C_MULTI_BUS + 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 |