Skip to content

Commit

Permalink
kconfig: use a menu in arch/Kconfig to reduce clutter
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
rddunlap authored and masahir0y committed Aug 1, 2018
1 parent 87a4c37 commit 22471e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#
source "arch/$(SRCARCH)/Kconfig"

menu "General architecture-dependent options"

config CRASH_CORE
bool

Expand Down Expand Up @@ -981,3 +983,5 @@ config REFCOUNT_FULL
security flaw exploits.

source "kernel/gcov/Kconfig"

endmenu

0 comments on commit 22471e1

Please sign in to comment.