Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[deliverable/linux.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
This page took 0.031383 seconds and 6 git commands to generate.