powerpc, 8xx: Migrate to Kconfig

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
Christophe Leroy
2017-07-06 10:33:21 +02:00
committed by Tom Rini
parent 6f65e75a8a
commit b1e41d1cee
7 changed files with 154 additions and 37 deletions

View File

@ -15,11 +15,6 @@
#if defined(CONFIG_8xx)
#include <asm/8xx_immap.h>
#if defined(CONFIG_MPC866)
# define CONFIG_MPC866_FAMILY 1
#elif defined(CONFIG_MPC885)
# define CONFIG_MPC885_FAMILY 1
#endif
#endif
#ifdef CONFIG_MPC86xx
#include <mpc86xx.h>