From b1e41d1ceedf0fe90c7873bf9dfddd3690ccc11d Mon Sep 17 00:00:00 2001 From: Christophe Leroy Date: Thu, 6 Jul 2017 10:33:21 +0200 Subject: powerpc, 8xx: Migrate to Kconfig Signed-off-by: Christophe Leroy Reviewed-by: Heiko Schocher --- drivers/i2c/soft_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/i2c') diff --git a/drivers/i2c/soft_i2c.c b/drivers/i2c/soft_i2c.c index 50597a7d5a..a21e4a2627 100644 --- a/drivers/i2c/soft_i2c.c +++ b/drivers/i2c/soft_i2c.c @@ -29,7 +29,7 @@ #include #endif #endif -#if defined(CONFIG_MPC852T) || defined(CONFIG_MPC866) +#if defined(CONFIG_8xx) #include #endif #include -- cgit v1.2.3