2007-07-18 03:37:05 +02:00
|
|
|
#
|
|
|
|
# This Kconfig describes xen options
|
|
|
|
#
|
|
|
|
|
|
|
|
config XEN
|
2007-10-22 02:55:21 +02:00
|
|
|
bool "Xen guest support"
|
|
|
|
select PARAVIRT
|
2008-01-30 13:33:32 +01:00
|
|
|
depends on X86_32
|
2007-10-22 02:55:21 +02:00
|
|
|
depends on X86_CMPXCHG && X86_TSC && !NEED_MULTIPLE_NODES && !(X86_VISWS || X86_VOYAGER)
|
2007-07-18 03:37:05 +02:00
|
|
|
help
|
|
|
|
This is the Linux Xen port. Enabling this will allow the
|
|
|
|
kernel to boot in a paravirtualized environment under the
|
|
|
|
Xen hypervisor.
|