From: Jeremy Fitzhardinge Date: Tue, 8 Jul 2008 22:07:08 +0000 (-0700) Subject: suspend, xen: enable PM_SLEEP for CONFIG_XEN X-Git-Tag: v2.6.27-rc1~955^2~1^20~22 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0775b3dbcb6d17b531b36df520ddab735647f3f7;p=linux-2.6-omap-h63xx.git suspend, xen: enable PM_SLEEP for CONFIG_XEN Xen save/restore requires PM_SLEEP to be set without requiring SUSPEND or HIBERNATION. Signed-off-by: Jeremy Fitzhardinge Cc: Stephen Tweedie Cc: Eduardo Habkost Cc: Mark McLoughlin Signed-off-by: Ingo Molnar --- diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index b45da40e8d2..1436c47cb39 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig @@ -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