blob: 5d8a06b0ddf7e875cf367e34588dd02b96160a59 [file] [log] [blame]
Isaku Yamahataba9cc322008-10-17 11:18:11 +09001#
2# This Kconfig describes xen/ia64 options
3#
4
5config XEN
6 bool "Xen hypervisor support"
7 default y
Kees Cook076c6f22012-10-02 11:16:32 -07008 depends on PARAVIRT && MCKINLEY && IA64_PAGE_SIZE_16KB
Isaku Yamahataba9cc322008-10-17 11:18:11 +09009 select XEN_XENCOMM
10 select NO_IDLE_HZ
Isaku Yamahata1d5b20f2009-01-16 12:17:30 +090011 # followings are required to save/restore.
Isaku Yamahataba9cc322008-10-17 11:18:11 +090012 select ARCH_SUSPEND_POSSIBLE
13 select SUSPEND
14 select PM_SLEEP
15 help
16 Enable Xen hypervisor support. Resulting kernel runs
17 both as a guest OS on Xen and natively on hardware.
18
19config XEN_XENCOMM
20 depends on XEN
21 bool
22
23config NO_IDLE_HZ
24 depends on XEN
25 bool