* [2.6 patch] simplify SOFTWARE_SUSPEND dependencies @ 2005-08-20 4:07 Adrian Bunk 2005-08-20 8:28 ` Pavel Machek 0 siblings, 1 reply; 2+ messages in thread From: Adrian Bunk @ 2005-08-20 4:07 UTC (permalink / raw) To: pavel; +Cc: linux-pm, linux-kernel This patch expresses the same dependencies in a more simple way. Signed-off-by: Adrian Bunk <bunk@stusta.de> --- linux-2.6.13-rc6-mm1-full/kernel/power/Kconfig.old 2005-08-20 06:02:49.000000000 +0200 +++ linux-2.6.13-rc6-mm1-full/kernel/power/Kconfig 2005-08-20 06:03:13.000000000 +0200 @@ -28,7 +28,7 @@ config SOFTWARE_SUSPEND bool "Software Suspend" - depends on EXPERIMENTAL && PM && SWAP && ((X86 && SMP) || ((FVR || PPC32 || X86) && !SMP)) + depends on EXPERIMENTAL && PM && SWAP && (X86 || ((FVR || PPC32) && !SMP)) ---help--- Enable the possibility of suspending the machine. It doesn't need APM. ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [2.6 patch] simplify SOFTWARE_SUSPEND dependencies 2005-08-20 4:07 [2.6 patch] simplify SOFTWARE_SUSPEND dependencies Adrian Bunk @ 2005-08-20 8:28 ` Pavel Machek 0 siblings, 0 replies; 2+ messages in thread From: Pavel Machek @ 2005-08-20 8:28 UTC (permalink / raw) To: Adrian Bunk; +Cc: linux-pm, linux-kernel [-- Attachment #1: Type: text/plain, Size: 938 bytes --] Hi! > This patch expresses the same dependencies in a more simple way. I have this currently in my tree: depends on PM && SWAP && (X86 || ((FVR || PPC32) && !SMP)) (I really want to remove experimental), but it is not urgent enough to push heavily. Pavel > Signed-off-by: Adrian Bunk <bunk@stusta.de> > > --- linux-2.6.13-rc6-mm1-full/kernel/power/Kconfig.old 2005-08-20 06:02:49.000000000 +0200 > +++ linux-2.6.13-rc6-mm1-full/kernel/power/Kconfig 2005-08-20 06:03:13.000000000 +0200 > @@ -28,7 +28,7 @@ > > config SOFTWARE_SUSPEND > bool "Software Suspend" > - depends on EXPERIMENTAL && PM && SWAP && ((X86 && SMP) || ((FVR || PPC32 || X86) && !SMP)) > + depends on EXPERIMENTAL && PM && SWAP && (X86 || ((FVR || PPC32) && !SMP)) > ---help--- > Enable the possibility of suspending the machine. > It doesn't need APM. > -- if you have sharp zaurus hardware you don't need... you know my address [-- Attachment #2: Type: text/plain, Size: 0 bytes --] ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-08-20 8:28 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-08-20 4:07 [2.6 patch] simplify SOFTWARE_SUSPEND dependencies Adrian Bunk 2005-08-20 8:28 ` Pavel Machek
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox