commit | 23da373f1344b08416e34574e8c8b906f2e6743a | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Thu Jul 06 10:33:21 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 08 15:56:01 2017 -0400 |
tree | 61ad7f01c98282d46798a98028cb9d476a20cfba | |
parent | 0bc2dc25d9fb520889e97647b1466c852c1b73ac [diff] [blame] |
powerpc, 8xx: Migrate to Kconfig Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Reviewed-by: Heiko Schocher <hs@denx.de>
diff --git a/drivers/i2c/soft_i2c.c b/drivers/i2c/soft_i2c.c index 50597a7..a21e4a2 100644 --- a/drivers/i2c/soft_i2c.c +++ b/drivers/i2c/soft_i2c.c
@@ -29,7 +29,7 @@ #include <asm/arch/gpio.h> #endif #endif -#if defined(CONFIG_MPC852T) || defined(CONFIG_MPC866) +#if defined(CONFIG_8xx) #include <asm/io.h> #endif #include <i2c.h>