Skip to content

Commit

Permalink
[POWERPC] disable PReP and EFIKA during make oldconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Olaf Hering authored and Paul Mackerras committed Jan 9, 2007
1 parent c98750c commit 7232846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7232846

Please sign in to comment.