diff options
Diffstat (limited to 'include/configs/amcc-common.h')
-rw-r--r-- | include/configs/amcc-common.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/configs/amcc-common.h b/include/configs/amcc-common.h index 80e5735..1dc44fc 100644 --- a/include/configs/amcc-common.h +++ b/include/configs/amcc-common.h @@ -42,9 +42,10 @@ /* * I2C */ -#define CONFIG_HARD_I2C /* I2C with hardware support */ -#define CONFIG_PPC4XX_I2C /* use PPC4xx driver */ -#define CONFIG_SYS_I2C_SLAVE 0x7F +#define CONFIG_SYS_I2C +#define CONFIG_SYS_I2C_PPC4XX +#define CONFIG_SYS_I2C_PPC4XX_CH0 +#define CONFIG_SYS_I2C_PPC4XX_SLAVE_0 0x7F /* * Ethernet/EMAC/PHY |