projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87a4c37
)
kconfig: use a menu in arch/Kconfig to reduce clutter
author
Randy Dunlap
<rdunlap@infradead.org>
Tue, 31 Jul 2018 11:39:33 +0000
(13:39 +0200)
committer
Masahiro 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/Kconfig
b/arch/Kconfig
index cddd0faae4cb7864bd219dba102f2cb396761b03..6cf1b17a8df217138ff9c5a1da8eb677b3915c72 100644
(file)
--- 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