Re: [PATCH] x86: make Memory Management options more visible

From: Randy Dunlap
Date: Mon Jul 02 2018 - 11:48:20 EST


On 07/02/2018 07:06 AM, Christoph Hellwig wrote:
> On Sun, Jul 01, 2018 at 07:48:38PM -0700, Randy Dunlap wrote:
>> From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
>>
>> Currently for x86, the "Memory Management" kconfig options are
>> displayed under "Processor type and features." This tends to
>> make them hidden or difficult to find.
>>
>> This patch makes Memory Managment options a first-class menu by moving
>> it away from "Processor type and features" and into the main menu.
>>
>> Also clarify "endmenu" lines with '#' comments of their respective
>> menu names, just to help people who are reading or editing the
>> Kconfig file.
>>
>> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
>
> Hmm, can you take off from this for now and/or rebase it on top of
> this series:
>
> http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/kconfig-cleanups
>

Sure, no problem.

--
~Randy