summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/Kconfig
diff options
context:
space:
mode:
authorVitaly Kuznetsov <vkuznets@redhat.com>2017-03-14 18:35:55 +0100
committerJuergen Gross <jgross@suse.com>2017-05-02 11:10:16 +0200
commit33af746985699001c1122c2d5e9dbece28f18272 (patch)
tree78a98cc255e94e24bcdae023ba33ff4f2c75dd4e /arch/x86/xen/Kconfig
parent16624390816c4c40df3d777b34665d3fd01e693d (diff)
downloadlinux-33af746985699001c1122c2d5e9dbece28f18272.tar.bz2
x86/xen: enable PVHVM-only builds
Now everything is in place and we can move PV-only code under CONFIG_XEN_PV. CONFIG_XEN_PV_SMP is created to support the change. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Reviewed-by: Juergen Gross <jgross@suse.com> Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'arch/x86/xen/Kconfig')
-rw-r--r--arch/x86/xen/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
index 3bcb091ef298..027987638e98 100644
--- a/arch/x86/xen/Kconfig
+++ b/arch/x86/xen/Kconfig
@@ -22,6 +22,10 @@ config XEN_PV
help
Support running as a Xen PV guest.
+config XEN_PV_SMP
+ def_bool y
+ depends on XEN_PV && SMP
+
config XEN_DOM0
bool "Xen PV Dom0 support"
default y