Kconfig 313 B

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