* [PATCH] disable PReP and EFIKA during make oldconfig
@ 2007-01-03 17:33 Olaf Hering
2007-01-03 18:52 ` Grant Likely
0 siblings, 1 reply; 2+ messages in thread
From: Olaf Hering @ 2007-01-03 17:33 UTC (permalink / raw)
To: Paul Mackeras, linuxppc-dev
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>
---
arch/powerpc/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: linux-2.6/arch/powerpc/Kconfig
===================================================================
--- linux-2.6.orig/arch/powerpc/Kconfig
+++ linux-2.6/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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] disable PReP and EFIKA during make oldconfig
2007-01-03 17:33 [PATCH] disable PReP and EFIKA during make oldconfig Olaf Hering
@ 2007-01-03 18:52 ` Grant Likely
0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2007-01-03 18:52 UTC (permalink / raw)
To: Olaf Hering; +Cc: linuxppc-dev, Paul Mackeras
On 1/3/07, Olaf Hering <olaf@aepfle.de> wrote:
>
> 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>
In fact, I think this sort of stuff should also go in a sub menu.
Cheers,
g.
--
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-03 18:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-03 17:33 [PATCH] disable PReP and EFIKA during make oldconfig Olaf Hering
2007-01-03 18:52 ` Grant Likely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).