summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kvm
diff options
context:
space:
mode:
authorKees Cook2012-10-02 20:16:30 +0200
committerKees Cook2013-01-11 20:38:03 +0100
commitd2008e8e6298eeba98d021289009787a5c1b9305 (patch)
tree3a10851fbcb49e92d3e9c52b811692d331fa195f /arch/ia64/kvm
parentarch/cris/arch-v32/drivers: remove depends on CONFIG_EXPERIMENTAL (diff)
downloadkernel-qcow2-linux-d2008e8e6298eeba98d021289009787a5c1b9305.tar.gz
kernel-qcow2-linux-d2008e8e6298eeba98d021289009787a5c1b9305.tar.xz
kernel-qcow2-linux-d2008e8e6298eeba98d021289009787a5c1b9305.zip
arch/ia64/kvm: 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: Xiantao Zhang <xiantao.zhang@intel.com> CC: Avi Kivity <avi@redhat.com> CC: Marcelo Tosatti <mtosatti@redhat.com> 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/ia64/kvm')
-rw-r--r--arch/ia64/kvm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kvm/Kconfig b/arch/ia64/kvm/Kconfig
index e7947528aee6..2cd225f8c68d 100644
--- a/arch/ia64/kvm/Kconfig
+++ b/arch/ia64/kvm/Kconfig
@@ -20,7 +20,7 @@ if VIRTUALIZATION
config KVM
tristate "Kernel-based Virtual Machine (KVM) support"
depends on BROKEN
- depends on HAVE_KVM && MODULES && EXPERIMENTAL
+ depends on HAVE_KVM && MODULES
# for device assignment:
depends on PCI
depends on BROKEN