Skip to content

Commit

Permalink
kconfig: add a Memory Management options" menu
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Hellwig authored and Masahiro Yamada committed Aug 1, 2018
1 parent 006477f commit 59e0b52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mm/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

menu "Memory Management options"

config SELECT_MEMORY_MODEL
def_bool y
depends on ARCH_SELECT_MEMORY_MODEL
Expand Down Expand Up @@ -762,3 +765,5 @@ config GUP_BENCHMARK

config ARCH_HAS_PTE_SPECIAL
bool

endmenu

0 comments on commit 59e0b52

Please sign in to comment.