diff options
Diffstat (limited to 'include/configs/ibf-dsp561.h')
| -rw-r--r-- | include/configs/ibf-dsp561.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/configs/ibf-dsp561.h b/include/configs/ibf-dsp561.h index 294af735d..529175512 100644 --- a/include/configs/ibf-dsp561.h +++ b/include/configs/ibf-dsp561.h @@ -105,11 +105,11 @@  /*   * I2C Settings   */ -#define CONFIG_SOFT_I2C		1 +#define CONFIG_SYS_I2C +#define CONFIG_SYS_I2C_SOFT		/* I2C bit-banged */  #define CONFIG_SOFT_I2C_GPIO_SCL GPIO_PF0  #define CONFIG_SOFT_I2C_GPIO_SDA GPIO_PF1 -  /*   * Misc Settings   */ |