From 1cdd96f325340fafdaa4a462e239912febd601a7 Mon Sep 17 00:00:00 2001 From: York Sun Date: Wed, 16 Nov 2016 15:54:15 -0800 Subject: powerpc: P1011: Remove macro CONFIG_P1011 Replace CONFIG_P1011 with ARCH_P1011 in Kconfig. P1011RDB seems to be in scrapyard though. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/powerpc/cpu/mpc85xx/Kconfig') diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index 0c498d8..d0c57a1 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -241,6 +241,9 @@ config ARCH_MPC8572 config ARCH_P1010 bool +config ARCH_P1011 + bool + config ARCH_P1022 bool -- cgit v1.1