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

Commit 59e0b520 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Masahiro Yamada
Browse files

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: default avatarChristoph Hellwig <hch@lst.de>
Tested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 006477f4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line

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