Kconfig 339 字节
Newer Older
J
Jeremy Fitzhardinge 已提交
1 2 3 4 5
#
# This Kconfig describes xen options
#

config XEN
6 7
	bool "Xen guest support"
	select PARAVIRT
8
	depends on X86_32
9
	depends on X86_CMPXCHG && X86_TSC && X86_PAE && !(X86_VISWS || X86_VOYAGER)
J
Jeremy Fitzhardinge 已提交
10 11 12 13
	help
	  This is the Linux Xen port.  Enabling this will allow the
	  kernel to boot in a paravirtualized environment under the
	  Xen hypervisor.