OSDN Git Service

kconfig: use a menu in arch/Kconfig to reduce clutter
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 31 Jul 2018 11:39:33 +0000 (13:39 +0200)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 1 Aug 2018 23:06:54 +0000 (08:06 +0900)
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@infradead.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/Kconfig

index cddd0fa..6cf1b17 100644 (file)
@@ -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