mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
076c6f2ee1
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. CC: Tony Luck <tony.luck@intel.com> CC: Fenghua Yu <fenghua.yu@intel.com> Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Tony Luck <tony.luck@intel.com>
26 lines
503 B
Plaintext
26 lines
503 B
Plaintext
#
|
|
# This Kconfig describes xen/ia64 options
|
|
#
|
|
|
|
config XEN
|
|
bool "Xen hypervisor support"
|
|
default y
|
|
depends on PARAVIRT && MCKINLEY && IA64_PAGE_SIZE_16KB
|
|
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
|