lkml.org 
[lkml]   [2018]   [Jul]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] arch/Kconfig: use a menu to reduce clutter
From
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>
---
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
\
 
 \ /
  Last update: 2018-07-02 23:18    [W:0.127 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site