mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#endif /* CONFIG_MTD_RAW_NAND */
|
||||
|
||||
/* Enable Multi Bus support for I2C */
|
||||
#define CONFIG_I2C_MULTI_BUS
|
||||
#define CFG_I2C_MULTI_BUS
|
||||
|
||||
/* DSS Support */
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
* I2C
|
||||
*/
|
||||
|
||||
#define CONFIG_I2C_MULTI_BUS
|
||||
#define CFG_I2C_MULTI_BUS
|
||||
|
||||
/*
|
||||
* Input
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#define TQMA6_SPI_FLASH_SECTOR_SIZE SZ_64K
|
||||
|
||||
/* I2C Configs */
|
||||
#define CONFIG_I2C_MULTI_BUS
|
||||
#define CFG_I2C_MULTI_BUS
|
||||
|
||||
#if !defined(CONFIG_DM_PMIC)
|
||||
#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
|
||||
|
||||
Reference in New Issue
Block a user