1
0
Fork 0

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: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
hifive-unleashed-5.1
Randy Dunlap 2018-07-31 13:39:33 +02:00 committed by Masahiro Yamada
parent 87a4c37599
commit 22471e1313
1 changed files with 4 additions and 0 deletions

View 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