Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e738fca8 authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge Committed by Jeremy Fitzhardinge
Browse files

xen: configuration



Put config options for Xen after the core pieces are in place.

Signed-off-by: default avatarJeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: default avatarChris Wright <chrisw@sous-sol.org>
parent 15c84731
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -222,6 +222,8 @@ config PARAVIRT
	  However, when run without a hypervisor the kernel is
	  theoretically slower.  If in doubt, say N.

source "arch/i386/xen/Kconfig"

config VMI
	bool "VMI Paravirt-ops support"
	depends on PARAVIRT

arch/i386/xen/Kconfig

0 → 100644
+11 −0
Original line number Diff line number Diff line
#
# This Kconfig describes xen options
#

config XEN
	bool "Enable support for Xen hypervisor"
	depends on PARAVIRT && X86_CMPXCHG && X86_TSC && !(PREEMPT || SMP || NEED_MULTIPLE_NODES)
	help
	  This is the Linux Xen port.  Enabling this will allow the
	  kernel to boot in a paravirtualized environment under the
	  Xen hypervisor.