lkml.org 
[lkml]   [2018]   [Jul]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 08/10] kconfig: use a menu in arch/Kconfig to reduce clutter
Date
From: Randy Dunlap <rdunlap@infradead.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@infradead.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
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
\
 
 \ /
  Last update: 2018-07-31 13:40    [W:0.858 / U:0.240 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site