Skip to content

Commit 076c6f2

Browse files
committed
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>
1 parent 48a9240 commit 076c6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/ia64/xen/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
config XEN
66
bool "Xen hypervisor support"
77
default y
8-
depends on PARAVIRT && MCKINLEY && IA64_PAGE_SIZE_16KB && EXPERIMENTAL
8+
depends on PARAVIRT && MCKINLEY && IA64_PAGE_SIZE_16KB
99
select XEN_XENCOMM
1010
select NO_IDLE_HZ
1111
# followings are required to save/restore.

0 commit comments

Comments
 (0)