Kconfig (c70727a5bc18a5a233fddc6056d1de9144d7a293) Kconfig (5f141548824cebbff2e838ff401c34e667797467)
1#
2# This Kconfig describes xen options
3#
4
5config XEN
6 bool "Xen guest support"
7 depends on PARAVIRT
8 select PARAVIRT_CLOCK
9 select XEN_HAVE_PVMMU
1#
2# This Kconfig describes xen options
3#
4
5config XEN
6 bool "Xen guest support"
7 depends on PARAVIRT
8 select PARAVIRT_CLOCK
9 select XEN_HAVE_PVMMU
10 select XEN_HAVE_VPMU
10 depends on X86_64 || (X86_32 && X86_PAE)
11 depends on X86_TSC
12 help
13 This is the Linux Xen port. Enabling this will allow the
14 kernel to boot in a paravirtualized environment under the
15 Xen hypervisor.
16
17config XEN_DOM0

--- 39 unchanged lines hidden ---
11 depends on X86_64 || (X86_32 && X86_PAE)
12 depends on X86_TSC
13 help
14 This is the Linux Xen port. Enabling this will allow the
15 kernel to boot in a paravirtualized environment under the
16 Xen hypervisor.
17
18config XEN_DOM0

--- 39 unchanged lines hidden ---