lkml.org 
[lkml]   [2005]   [Aug]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [2.6 patch] simplify SOFTWARE_SUSPEND dependencies
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-08-20 10:36    [W:0.045 / U:0.612 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site