2007-02-05 10:31:07

by Christian Axelsson

[permalink] [raw]
Subject: Where is CONFIG_SUSPEND_SMP hidden?

Hello!

I'm trying to enable swsusp on my intel core due laptop but I can't find
the SUSPEND_SMP in menuconfig (or anywhere else except in .c-files).
Where is the option hidden and what are the dependencies? I'm using
kernel 2.6.20, but failed to locate it in 2.6.19 aswell.

--
Christian Axelsson
[email protected]


2007-02-05 11:21:49

by Nigel Cunningham

[permalink] [raw]
Subject: Re: Where is CONFIG_SUSPEND_SMP hidden?

Hi.

On Mon, 2007-02-05 at 11:06 +0100, Christian Axelsson wrote:
> Hello!
>
> I'm trying to enable swsusp on my intel core due laptop but I can't find
> the SUSPEND_SMP in menuconfig (or anywhere else except in .c-files).
> Where is the option hidden and what are the dependencies? I'm using
> kernel 2.6.20, but failed to locate it in 2.6.19 aswell.

You want to enable HOTPLUG_CPU.

Regards,

Nigel