Re: [PATCH v2 3/6] mm: Kconfig: group swap, slab, hotplug and thp options into submenus

From: Johannes Weiner
Date: Wed May 11 2022 - 12:29:11 EST


On Wed, May 11, 2022 at 11:22:59AM -0400, Johannes Weiner wrote:
> On Tue, May 10, 2022 at 03:40:37PM -0700, Andrew Morton wrote:
> > On Tue, 10 May 2022 11:28:44 -0400 Johannes Weiner <hannes@xxxxxxxxxxx> wrote:
> >
> > > There are several clusters of related config options spread throughout
> > > the mostly flat MM submenu. Group them together and put specialization
> > > options into further subdirectories to make the MM submenu a bit more
> > > organized and easier to navigate.
> >
> > Causes
> >
> > hp2:/usr/src/25> make allnoconfig
>
> My bad. I'll respin those on top of the others and add allnoconfig
> builds to my testing routine. Thanks.

Actually, this is rather straight-forward to fix in place. This delta
for 3/6 takes care of both warnings:

---