Normalize config options for guest support
[deliverable/linux.git] / arch / x86 / xen / Kconfig
index 9df99e1885a43ccd90eba7834df1dab259046083..fbfa55ce0d5566fbb7634d695fe9709ab63fbe07 100644 (file)
@@ -3,8 +3,9 @@
 #
 
 config XEN
-       bool "Enable support for Xen hypervisor"
-       depends on PARAVIRT && X86_CMPXCHG && X86_TSC && !NEED_MULTIPLE_NODES
+       bool "Xen guest support"
+       select PARAVIRT
+       depends on X86_CMPXCHG && X86_TSC && !NEED_MULTIPLE_NODES && !(X86_VISWS || X86_VOYAGER)
        help
          This is the Linux Xen port.  Enabling this will allow the
          kernel to boot in a paravirtualized environment under the
This page took 0.03066 seconds and 5 git commands to generate.