Skip to content
Snippets Groups Projects
Commit 22471e13 authored by Randy Dunlap's avatar Randy Dunlap Committed by Masahiro Yamada
Browse files

kconfig: use a menu in arch/Kconfig to reduce clutter


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: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 87a4c375
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
# #
source "arch/$(SRCARCH)/Kconfig" source "arch/$(SRCARCH)/Kconfig"
menu "General architecture-dependent options"
config CRASH_CORE config CRASH_CORE
bool bool
...@@ -981,3 +983,5 @@ config REFCOUNT_FULL ...@@ -981,3 +983,5 @@ config REFCOUNT_FULL
security flaw exploits. security flaw exploits.
source "kernel/gcov/Kconfig" source "kernel/gcov/Kconfig"
endmenu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment