| View previous topic :: View next topic |
| Author |
Message |
jhgz1 Retired Dev


Joined: 16 Dec 2003 Posts: 115 Location: Gainesville
|
Posted: Sun Oct 30, 2005 10:39 pm Post subject: swsup in gentoo-sources-2.6.14 not shown [solved] |
|
|
As the title suggests the option for Software Suspend is simply missing in gentoo-sources-2.6.14 under Power Management Support. I checked 2.6.13-r5 to make sure I was looking in the right place and there it was; just not in 2.6.14.
Since I hadn't seen any other complaints about this in the Kernel/HW forum I thought it would most likely fit in here, since I do run, x86_64.
So..if anybody has an idea, thanks a lot!  _________________ Bei Gentoo mithelfen wollen und kein Programmierer? Gentoo sucht Übersetzer, die bereit sind kontinuierlich mitzuarbeiten.
Last edited by jhgz1 on Sun Oct 30, 2005 11:29 pm; edited 1 time in total |
|
| Back to top |
|
 |
dgaffuri Advocate

Joined: 05 Jun 2005 Posts: 2078 Location: Italy
|
Posted: Sun Oct 30, 2005 11:24 pm Post subject: |
|
|
From 2.6.13-r5 /kernel/power/Kconfig
| Code: | config SOFTWARE_SUSPEND
bool "Software Suspend"
depends on EXPERIMENTAL && PM && SWAP && ((X86 && SMP) || ((FVR || PPC32 || X86) && !SMP)) |
From 2.6.14
| Code: | config SOFTWARE_SUSPEND
bool "Software Suspend"
depends on PM && SWAP && (X86 && (!SMP || SUSPEND_SMP)) || ((FVR || PPC32) && !SMP)
config SUSPEND_SMP
bool
depends on HOTPLUG_CPU && X86 && PM
default y |
Don't ask me why. Maybe you've SMP set and HOTPLUG_CPU not set? _________________ Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject |
|
| Back to top |
|
 |
jhgz1 Retired Dev


Joined: 16 Dec 2003 Posts: 115 Location: Gainesville
|
|
| Back to top |
|
 |
|