Commit 94142c32 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] Make ACPI_SLEEP select SOFTWARE_SUSPEND

CONFIG_ACPI_SLEEP doesn't compile without SOFTWARE_SUSPEND.
Make it select it automagically.

This fixes some bugzilla bug whose number I forgot.
parent 3a97fde4
......@@ -69,6 +69,7 @@ config ACPI_SLEEP
bool "Sleep States (EXPERIMENTAL)"
depends on X86 && ACPI
depends on EXPERIMENTAL && PM
select SOFTWARE_SUSPEND
default y
---help---
This option adds support for ACPI suspend states.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment