On Wednesday, February 23, 2011, Shriram Rajagopalan wrote: > Make XEN_SAVE_RESTORE depend on HIBERNATION. > Remove XEN_SAVE_RESTORE dependency from PM_SLEEP. > > Signed-off-by: Shriram Rajagopalan <rshriram@xxxxxxxxx> Acked-by: Rafael J. Wysocki <rjw@xxxxxxx> > --- > arch/x86/xen/Kconfig | 2 +- > kernel/power/Kconfig | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig > index 2c876ed..0e68597 100644 > --- a/arch/x86/xen/Kconfig > +++ b/arch/x86/xen/Kconfig > @@ -38,7 +38,7 @@ config XEN_MAX_DOMAIN_MEMORY > > config XEN_SAVE_RESTORE > bool > - depends on XEN > + depends on XEN && HIBERNATION > default y > > config XEN_DEBUG_FS > diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig > index 4603f08..74fe864 100644 > --- a/kernel/power/Kconfig > +++ b/kernel/power/Kconfig > @@ -85,7 +85,7 @@ config PM_STD_PARTITION > > config PM_SLEEP > def_bool y > - depends on SUSPEND || HIBERNATION || XEN_SAVE_RESTORE > + depends on SUSPEND || HIBERNATION > > config PM_SLEEP_SMP > def_bool y > _______________________________________________ linux-pm mailing list linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/linux-pm