[PATCH 7/9] arch/Kconfig: use a menu to reduce clutter

From: Christoph Hellwig
Date: Sun Jul 08 2018 - 11:21:15 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

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@xxxxxxxxxxxxx>
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
arch/Kconfig | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/Kconfig b/arch/Kconfig
index cddd0faae4cb..6cf1b17a8df2 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -9,6 +9,8 @@
#
source "arch/$(SRCARCH)/Kconfig"

+menu "General architecture-dependent options"
+
config CRASH_CORE
bool

@@ -981,3 +983,5 @@ config REFCOUNT_FULL
security flaw exploits.

source "kernel/gcov/Kconfig"
+
+endmenu
--
2.18.0