Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arch/powerpc/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: Alexander Graf <agraf@suse.de>
CC: Avi Kivity <avi@redhat.com>
CC: Marcelo Tosatti <mtosatti@redhat.com>
CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: Paul Mackerras <paulus@samba.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Kees Cook and committed by
Greg Kroah-Hartman
07ff8b53 daef22cf

+5 -5
+5 -5
arch/powerpc/kvm/Kconfig
··· 41 41 42 42 config KVM_BOOK3S_32 43 43 tristate "KVM support for PowerPC book3s_32 processors" 44 - depends on EXPERIMENTAL && PPC_BOOK3S_32 && !SMP && !PTE_64BIT 44 + depends on PPC_BOOK3S_32 && !SMP && !PTE_64BIT 45 45 select KVM 46 46 select KVM_BOOK3S_32_HANDLER 47 47 select KVM_BOOK3S_PR ··· 56 56 57 57 config KVM_BOOK3S_64 58 58 tristate "KVM support for PowerPC book3s_64 processors" 59 - depends on EXPERIMENTAL && PPC_BOOK3S_64 59 + depends on PPC_BOOK3S_64 60 60 select KVM_BOOK3S_64_HANDLER 61 61 select KVM 62 62 ---help--- ··· 97 97 98 98 config KVM_440 99 99 bool "KVM support for PowerPC 440 processors" 100 - depends on EXPERIMENTAL && 44x 100 + depends on 44x 101 101 select KVM 102 102 select KVM_MMIO 103 103 ---help--- ··· 122 122 123 123 config KVM_E500V2 124 124 bool "KVM support for PowerPC E500v2 processors" 125 - depends on EXPERIMENTAL && E500 && !PPC_E500MC 125 + depends on E500 && !PPC_E500MC 126 126 select KVM 127 127 select KVM_MMIO 128 128 select MMU_NOTIFIER ··· 137 137 138 138 config KVM_E500MC 139 139 bool "KVM support for PowerPC E500MC/E5500 processors" 140 - depends on EXPERIMENTAL && PPC_E500MC 140 + depends on PPC_E500MC 141 141 select KVM 142 142 select KVM_MMIO 143 143 select KVM_BOOKE_HV