Skip to content

Commit

Permalink
xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN
Browse files Browse the repository at this point in the history
Xen options need to depend on XEN.
Also, add newline at end of file.

Without this patch you need to disable CONFIG_PM in order to
disable CPU hotplugging.

Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
Acked-by Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Chuck Ebbert authored and Ingo Molnar committed Sep 30, 2008
1 parent 07bbc16 commit 08115ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/xen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ config XEN_MAX_DOMAIN_MEMORY

config XEN_SAVE_RESTORE
bool
depends on PM
depends on XEN && PM
default y

config XEN_DEBUG_FS
Expand All @@ -35,4 +35,4 @@ config XEN_DEBUG_FS
default n
help
Enable statistics output and various tuning options in debugfs.
Enabling this option may incur a significant performance overhead.
Enabling this option may incur a significant performance overhead.

0 comments on commit 08115ab

Please sign in to comment.