From: Olaf Hering Date: Wed, 3 Jan 2007 17:33:56 +0000 (+0100) Subject: [POWERPC] disable PReP and EFIKA during make oldconfig X-Git-Tag: upstream/snapshot3+hdmi~36261^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7232846b8d682a56407839e3774d03be0c7806c8;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [POWERPC] disable PReP and EFIKA during make oldconfig New boards should not be enabled per default. Disable EFIKA and PReP per default. Anyone who really needes the new code can enable it during make oldconfig. Signed-off-by: Olaf Hering Acked-by: Grant Likely Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 8699dad..0855d55 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -436,7 +436,7 @@ config PPC_EFIKA select RTAS_PROC select PPC_MPC52xx select PPC_NATIVE - default y + default n config PPC_LITE5200 bool "Freescale Lite5200 Eval Board" @@ -471,7 +471,7 @@ config PPC_PREP select PPC_INDIRECT_PCI select PPC_UDBG_16550 select PPC_NATIVE - default y + default n config PPC_MAPLE depends on PPC_MULTIPLATFORM && PPC64