From: Christoph Hellwig Date: Tue, 31 Jul 2018 11:39:35 +0000 (+0200) Subject: kconfig: add a Memory Management options" menu X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=59e0b520c75c8b4588395aea6170e551c4189fd8;p=linux.git kconfig: add a Memory Management options" menu This moves all the options under a proper menu. Based on a patch from Randy Dunlap. Signed-off-by: Christoph Hellwig Tested-by: Randy Dunlap Acked-by: Randy Dunlap Signed-off-by: Masahiro Yamada --- diff --git a/mm/Kconfig b/mm/Kconfig index ce95491abd6ae..9ae1b6a8e30fe 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -1,3 +1,6 @@ + +menu "Memory Management options" + config SELECT_MEMORY_MODEL def_bool y depends on ARCH_SELECT_MEMORY_MODEL @@ -762,3 +765,5 @@ config GUP_BENCHMARK config ARCH_HAS_PTE_SPECIAL bool + +endmenu