ptrace, x86: fix the usage of ptrace_fork()
[linux-2.6/mini2440.git] / arch / ia64 / xen / Kconfig
blobf1683a20275b8caad1e6ae92c982a483a2f524ad
2 # This Kconfig describes xen/ia64 options
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
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.
20 config XEN_XENCOMM
21         depends on XEN
22         bool
24 config NO_IDLE_HZ
25         depends on XEN
26         bool