xref: /openbmc/linux/arch/x86/xen/Kconfig (revision 1c7b67f7)
19702785aSThomas Gleixner#
29702785aSThomas Gleixner# This Kconfig describes xen options
39702785aSThomas Gleixner#
49702785aSThomas Gleixner
59702785aSThomas Gleixnerconfig XEN
6d3d1c4bdSRusty Russell	bool "Xen guest support"
7d3d1c4bdSRusty Russell	select PARAVIRT
8*1c7b67f7SGerd Hoffmann	select PARAVIRT_CLOCK
942d545c9SEduardo Pereira Habkost	depends on X86_32
10af7ae3b9SJeremy Fitzhardinge	depends on X86_CMPXCHG && X86_TSC && !(X86_VISWS || X86_VOYAGER)
119702785aSThomas Gleixner	help
129702785aSThomas Gleixner	  This is the Linux Xen port.  Enabling this will allow the
139702785aSThomas Gleixner	  kernel to boot in a paravirtualized environment under the
149702785aSThomas Gleixner	  Xen hypervisor.
15