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

arch/powerpc/platforms/cell: 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: Arnd Bergmann <arnd@arndb.de>
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
e274d0bc d848cd2e

+1 -1
+1 -1
arch/powerpc/platforms/cell/Kconfig
··· 124 124 125 125 config CBE_CPUFREQ_PMI_ENABLE 126 126 bool "CBE frequency scaling using PMI interface" 127 - depends on CBE_CPUFREQ && EXPERIMENTAL 127 + depends on CBE_CPUFREQ 128 128 default n 129 129 help 130 130 Select this, if you want to use the PMI interface