[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6ba546f8-42bd-4400-131f-bb389812cb56@infradead.org>
Date: Mon, 2 Jul 2018 14:17:33 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Christoph Hellwig <hch@....de>,
Masahiro Yamada <yamada.masahiro@...ionext.com>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] arch/Kconfig: use a menu to reduce clutter
From: Randy Dunlap <rdunlap@...radead.org>
Put everything in arch/Kconfig into a General options menu
so that they don't clutter up the main/major/primary list of
menu options.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
---
arch/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
--- linux-next-20180702.orig/arch/Kconfig
+++ linux-next-20180702/arch/Kconfig
@@ -3,6 +3,8 @@
# General architecture dependent options
#
+menu "General architecture-dependent options"
+
config CRASH_CORE
bool
@@ -1028,3 +1030,5 @@ config REFCOUNT_FULL
security flaw exploits.
source "kernel/gcov/Kconfig"
+
+endmenu
Powered by blists - more mailing lists