]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/ia64/xen/Kconfig
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
[linux-2.6-omap-h63xx.git] / arch / ia64 / xen / Kconfig
1 #
2 # This Kconfig describes xen/ia64 options
3 #
4
5 config XEN
6         bool "Xen hypervisor support"
7         default y
8         depends on PARAVIRT && MCKINLEY && IA64_PAGE_SIZE_16KB && EXPERIMENTAL
9         select XEN_XENCOMM
10         select NO_IDLE_HZ
11
12         # those are required to save/restore.
13         select ARCH_SUSPEND_POSSIBLE
14         select SUSPEND
15         select PM_SLEEP
16         help
17           Enable Xen hypervisor support.  Resulting kernel runs
18           both as a guest OS on Xen and natively on hardware.
19
20 config XEN_XENCOMM
21         depends on XEN
22         bool
23
24 config NO_IDLE_HZ
25         depends on XEN
26         bool