diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/xen/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig index d88bfd66aaab..01b90261fa38 100644 --- a/arch/x86/xen/Kconfig +++ b/arch/x86/xen/Kconfig | |||
@@ -53,6 +53,5 @@ config XEN_DEBUG_FS | |||
53 | 53 | ||
54 | config XEN_PVH | 54 | config XEN_PVH |
55 | bool "Support for running as a PVH guest" | 55 | bool "Support for running as a PVH guest" |
56 | depends on X86_64 && XEN | 56 | depends on X86_64 && XEN && XEN_PVHVM |
57 | select XEN_PVHVM | ||
58 | def_bool n | 57 | def_bool n |