X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=common%2Fsoft_i2c.c;h=c5d7e205e5442d87cec9530b212bf873e7fc9bf3;hb=7d54d64e9c9300cbd6cc3d1956e841b4c26a273a;hp=bffcd4405ec5bbe5d550ec471f6e5f4657bd33fa;hpb=197b049b8b8a488384f351b988dd15f78830ba4e;p=karo-tx-uboot.git diff --git a/common/soft_i2c.c b/common/soft_i2c.c index bffcd4405e..c5d7e205e5 100644 --- a/common/soft_i2c.c +++ b/common/soft_i2c.c @@ -29,10 +29,16 @@ #ifdef CONFIG_MPC8260 /* only valid for MPC8260 */ #include #endif -#ifdef CONFIG_AT91RM9200DK /* need this for the at91rm9200dk */ +#ifdef CONFIG_AT91RM9200 /* need this for the at91rm9200 */ #include #include #endif +#ifdef CONFIG_IXP425 /* only valid for IXP425 */ +#include +#endif +#ifdef CONFIG_LPC2292 +#include +#endif #include #if defined(CONFIG_SOFT_I2C)