mm: Kconfig: reorganize misplaced mm options
authorVlastimil Babka <vbabka@suse.cz>
Wed, 25 May 2022 11:25:59 +0000 (13:25 +0200)
committerakpm <akpm@linux-foundation.org>
Fri, 27 May 2022 16:33:47 +0000 (09:33 -0700)
commit0710d0122abc93adcb9a70a78f1625c491f6ad91
tree1ee56844a3b8b90d8b0411d6c56440d3e5b62bf4
parentfbf4df0699926cf620b2f722ddc213826e248962
mm: Kconfig: reorganize misplaced mm options

After commits 7b42f1041c98 ("mm: Kconfig: move swap and slab config
options to the MM section") and 519bcb797907 ("mm: Kconfig: group swap,
slab, hotplug and thp options into submenus") we now have nicely organized
mm related config options.  I have noticed some that were still misplaced,
so this moves them from various places into the new structure:

VM_EVENT_COUNTERS, COMPAT_BRK, MMAP_ALLOW_UNINITIALIZED to mm/Kconfig and
general MM section.

SLUB_STATS to mm/Kconfig and the slab submenu.

DEBUG_SLAB, SLUB_DEBUG, SLUB_DEBUG_ON to mm/Kconfig.debug and the Kernel
hacking / Memory Debugging submenu.

Link: https://lkml.kernel.org/r/20220525112559.1139-1-vbabka@suse.cz
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
init/Kconfig
lib/Kconfig.debug
mm/Kconfig
mm/Kconfig.debug