aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/xen/Kconfig
blob: f1683a20275b8caad1e6ae92c982a483a2f524ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# This Kconfig describes xen/ia64 options
#

config XEN
	bool "Xen hypervisor support"
	default y
	depends on PARAVIRT && MCKINLEY && IA64_PAGE_SIZE_16KB && EXPERIMENTAL
	select XEN_XENCOMM
	select NO_IDLE_HZ

	# those are required to save/restore.
	select ARCH_SUSPEND_POSSIBLE
	select SUSPEND
	select PM_SLEEP
	help
	  Enable Xen hypervisor support.  Resulting kernel runs
	  both as a guest OS on Xen and natively on hardware.

config XEN_XENCOMM
	depends on XEN
	bool

config NO_IDLE_HZ
	depends on XEN
	bool