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

arch/microblaze/platform: 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.

Acked-by: Michal Simek <monstr@monstr.eu>
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
249b5cc1 96130661

+1 -1
+1 -1
arch/microblaze/platform/Kconfig.platform
··· 20 20 21 21 config SELFMOD 22 22 bool "Use self modified code for intc/timer" 23 - depends on EXPERIMENTAL && NO_MMU 23 + depends on NO_MMU 24 24 default n 25 25 help 26 26 This choice enables self-modified code for interrupt controller