diff options
author | Christoph Hellwig <hch@lst.de> | 2018-07-31 13:39:35 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-08-02 08:06:55 +0900 |
commit | 59e0b520c75c8b4588395aea6170e551c4189fd8 (patch) | |
tree | 970d86c5089a7250235dcf48601328b73610f466 /mm/Kconfig | |
parent | 006477f40d2e79cd1ba655af94fbd9b2a585bfef (diff) | |
download | linux-stable-59e0b520c75c8b4588395aea6170e551c4189fd8.tar.gz linux-stable-59e0b520c75c8b4588395aea6170e551c4189fd8.tar.bz2 linux-stable-59e0b520c75c8b4588395aea6170e551c4189fd8.zip |
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 <hch@lst.de>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index ce95491abd6a..9ae1b6a8e30f 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 |