Skip to content

Commit

Permalink
suspend, xen: enable PM_SLEEP for CONFIG_XEN
Browse files Browse the repository at this point in the history
Xen save/restore requires PM_SLEEP to be set without requiring
SUSPEND or HIBERNATION.

Signed-off-by: Jeremy Fitzhardinge <[email protected]>
Cc: Stephen Tweedie <[email protected]>
Cc: Eduardo Habkost <[email protected]>
Cc: Mark McLoughlin <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
jsgf authored and Ingo Molnar committed Jul 16, 2008
1 parent b7c3c5c commit 0775b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/power/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ config PM_SLEEP_SMP

config PM_SLEEP
bool
depends on SUSPEND || HIBERNATION
depends on SUSPEND || HIBERNATION || XEN
default y

config SUSPEND
Expand Down

0 comments on commit 0775b3d

Please sign in to comment.