Files
linux-apfs/arch/x86/xen/Kconfig
T

15 lines
351 B
Plaintext
Raw Normal View History

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