Hi,
On Wed, 4 Dec 2002, Shawn Starr wrote:
> ACPI_SLEEP should only be required if the user selects SOFTWARE_SUSPEND.
> Otherwise if the user selects only ACPI_SLEEP then they don't get software
> suspend mode (S3).
>
> Then problem is, I can't figure out how to get Kconfig to do this ;-(
This should do it:
config ACPI_SLEEP
bool "Sleep States" if !SOFTWARE_SUSPEND
default SOFTWARE_SUSPEND
depends on X86
bye, Roman
-
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/
This archive was generated by hypermail 2b29 : Sat Dec 07 2002 - 22:00:20 EST