1*9702785aSThomas Gleixner# 2*9702785aSThomas Gleixner# This Kconfig describes xen options 3*9702785aSThomas Gleixner# 4*9702785aSThomas Gleixner 5*9702785aSThomas Gleixnerconfig XEN 6*9702785aSThomas Gleixner bool "Enable support for Xen hypervisor" 7*9702785aSThomas Gleixner depends on PARAVIRT && X86_CMPXCHG && X86_TSC && !NEED_MULTIPLE_NODES 8*9702785aSThomas Gleixner help 9*9702785aSThomas Gleixner This is the Linux Xen port. Enabling this will allow the 10*9702785aSThomas Gleixner kernel to boot in a paravirtualized environment under the 11*9702785aSThomas Gleixner Xen hypervisor. 12