aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2012-10-02 14:16:32 -0400
committerKees Cook <keescook@chromium.org>2013-01-11 14:38:04 -0500
commit076c6f2ee1aafcd0c52c5c5af02a2b9e4afb99e1 (patch)
tree3abb56cc7dde4417e0f31ec47bba40baf57ed155 /arch
parent48a9240c6f7f478330cf1bd2b6284f4ef4cd4788 (diff)
arch/ia64/xen: remove depends on CONFIG_EXPERIMENTAL
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/ia64/xen/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/xen/Kconfig b/arch/ia64/xen/Kconfig
index 515e0826803a..5d8a06b0ddf7 100644
--- a/arch/ia64/xen/Kconfig
+++ b/arch/ia64/xen/Kconfig
@@ -5,7 +5,7 @@
5config XEN 5config XEN
6 bool "Xen hypervisor support" 6 bool "Xen hypervisor support"
7 default y 7 default y
8 depends on PARAVIRT && MCKINLEY && IA64_PAGE_SIZE_16KB && EXPERIMENTAL 8 depends on PARAVIRT && MCKINLEY && IA64_PAGE_SIZE_16KB
9 select XEN_XENCOMM 9 select XEN_XENCOMM
10 select NO_IDLE_HZ 10 select NO_IDLE_HZ
11 # followings are required to save/restore. 11 # followings are required to save/restore.