diff options
author | Olaf Hering <olaf@aepfle.de> | 2007-01-03 18:33:56 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-01-09 17:03:02 +1100 |
commit | 7232846b8d682a56407839e3774d03be0c7806c8 (patch) | |
tree | 56baa0468a379db6670f613559c136db59607c80 /arch/powerpc/Kconfig | |
parent | c98750c2eb07b0bf49db0630cb5017ede005ce14 (diff) | |
download | blackbird-obmc-linux-7232846b8d682a56407839e3774d03be0c7806c8.tar.gz blackbird-obmc-linux-7232846b8d682a56407839e3774d03be0c7806c8.zip |
[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 <olaf@aepfle.de>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 8699dadcd096..0855d55c194d 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 |