[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4c84ef6c-fa71-8b74-826a-d81dac8c71e7@infradead.org>
Date: Fri, 29 Jun 2018 09:34:55 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Mike Rapoport <rppt@...ux.vnet.ibm.com>,
Vineet Gupta <vgupta@...opsys.com>
Cc: lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] arc/Kconfig: include mm/Kconfig inside "ARC system
configuration"
On 06/29/2018 06:42 AM, Mike Rapoport wrote:
> Otherwise mm configuration options show up in the top level menu.
>
> Signed-off-by: Mike Rapoport <rppt@...ux.vnet.ibm.com>
Hi Mike,
In which config tool does this matter?
For xconfig, it seems to me that this patch hides the MM menu, whereas
before this patch, the MM menu is easy to find (although it could
use some kind of heading).
> ---
> arch/arc/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
> index e81bcd271be7..92cf06b354a8 100644
> --- a/arch/arc/Kconfig
> +++ b/arch/arc/Kconfig
> @@ -554,8 +554,6 @@ menu "Executable file formats"
> source "fs/Kconfig.binfmt"
> endmenu
>
> -endmenu # "ARC Architecture Configuration"
> -
> source "mm/Kconfig"
>
> config FORCE_MAX_ZONEORDER
> @@ -563,6 +561,8 @@ config FORCE_MAX_ZONEORDER
> default "12" if ARC_HUGEPAGE_16M
> default "11"
>
> +endmenu # "ARC Architecture Configuration"
> +
> source "net/Kconfig"
> source "drivers/Kconfig"
>
>
--
~Randy
Powered by blists - more mailing lists