forked from Minki/linux
1d5b20f490
This patch fixes xen related Kconfigs and add default config file for ia64 xen domU. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Tony Luck <aegl@agluck-desktop.(none)>
26 lines
519 B
Plaintext
26 lines
519 B
Plaintext
#
|
|
# 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
|
|
# followings 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
|