Commit a8826eeb71bd0f540e0df799c98da4ab7f4cb03a

Authored by Kees Cook
Committed by Greg Kroah-Hartman
1 parent 525c1f9204

mm: 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: Andrew Morton <akpm@linux-foundation.org>
CC: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
CC: Jan Beulich <JBeulich@novell.com>
CC: Mel Gorman <mel@csn.ul.ie>
CC: Seth Jennings <sjenning@linux.vnet.ibm.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

1 1 config SELECT_MEMORY_MODEL
2 2 def_bool y
3   - depends on EXPERIMENTAL || ARCH_SELECT_MEMORY_MODEL
  3 + depends on ARCH_SELECT_MEMORY_MODEL
4 4  
5 5 choice
6 6 prompt "Memory model"