Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8826eeb authored by Kees Cook's avatar Kees Cook Committed by Greg Kroah-Hartman
Browse files

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: default avatarDavid Rientjes <rientjes@google.com>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 525c1f92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config SELECT_MEMORY_MODEL
	def_bool y
	depends on EXPERIMENTAL || ARCH_SELECT_MEMORY_MODEL
	depends on ARCH_SELECT_MEMORY_MODEL

choice
	prompt "Memory model"