forked from OERV-BSP/u-boot
Convert CONFIG_I2C_SET_DEFAULT_BUS_NUM et al to Kconfig
This converts the following to Kconfig: CONFIG_I2C_SET_DEFAULT_BUS_NUM CONFIG_I2C_DEFAULT_BUS_NUMBER Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -55,11 +55,6 @@
|
||||
CONFIG_SYS_SCSI_MAX_LUN)
|
||||
|
||||
/* I2C */
|
||||
#if !CONFIG_IS_ENABLED(DM_I2C)
|
||||
#else
|
||||
#define CONFIG_I2C_SET_DEFAULT_BUS_NUM
|
||||
#define CONFIG_I2C_DEFAULT_BUS_NUMBER 0
|
||||
#endif
|
||||
|
||||
/* GPIO */
|
||||
#ifdef CONFIG_DM_GPIO
|
||||
|
||||
Reference in New Issue
Block a user