diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/xen/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig index d3e68465ace9..87b9ab166423 100644 --- a/arch/x86/xen/Kconfig +++ b/arch/x86/xen/Kconfig | |||
@@ -26,7 +26,7 @@ config XEN_MAX_DOMAIN_MEMORY | |||
26 | 26 | ||
27 | config XEN_SAVE_RESTORE | 27 | config XEN_SAVE_RESTORE |
28 | bool | 28 | bool |
29 | depends on PM | 29 | depends on XEN && PM |
30 | default y | 30 | default y |
31 | 31 | ||
32 | config XEN_DEBUG_FS | 32 | config XEN_DEBUG_FS |
@@ -35,4 +35,4 @@ config XEN_DEBUG_FS | |||
35 | default n | 35 | default n |
36 | help | 36 | help |
37 | Enable statistics output and various tuning options in debugfs. | 37 | Enable statistics output and various tuning options in debugfs. |
38 | Enabling this option may incur a significant performance overhead. \ No newline at end of file | 38 | Enabling this option may incur a significant performance overhead. |