Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gentoo-sources-2.6.21 and CONFIG_SOFTWARE_SUSPEND
Date: Sat, 19 May 2007 14:48:23
Message-Id: 20070519154000.20526ce8@zaphod.digimed.co.uk
In Reply to: Re: [gentoo-user] gentoo-sources-2.6.21 and CONFIG_SOFTWARE_SUSPEND by Petric Frank
1 On Sat, 19 May 2007 13:16:56 +0200, Petric Frank wrote:
2
3 > Using gentoo-sources i got the same problem. You are using SMP, right ?
4 > Then you have to enable CONFIG_HOTPLUG_CPU to get
5 > CONFIG_SOFTWARE_SUSPEND selectable.
6 >
7 > It took me some digging that those two are dependend when doing SMP.
8
9 It's not that hard to find
10
11 make menuconfig
12 /suspend
13
14 Symbol: SOFTWARE_SUSPEND [=n]
15 Prompt: Software Suspend
16 Defined at kernel/power/Kconfig:80
17 Depends on: PM && SWAP && (X86 && (!SMP || SUSPEND_SMP) || (FRV || PPC32) && !SMP)
18 Location:
19 -> Power management options
20 -> Power Management support (PM [=y])
21
22 :)
23
24
25 --
26 Neil Bothwick
27
28 K: (n., adj.) a binary thousand, which isn't a decimal thousand or even
29 really a binary thousand (which is eight), but is the binary number
30 closest to a decimal thousand. This has proven so completely confusing
31 that is has become a standard.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] gentoo-sources-2.6.21 and CONFIG_SOFTWARE_SUSPEND Petric Frank <pfrank@×××.de>