Re: [2.5.50, ACPI] link error

Roman Zippel (zippel@linux-m68k.org)
Wed, 4 Dec 2002 22:44:48 +0100 (CET)


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/