mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 13:00:54 +07:00
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>
This commit is contained in:
parent
87a4c37599
commit
22471e1313
@ -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
|
|||||||
security flaw exploits.
|
security flaw exploits.
|
||||||
|
|
||||||
source "kernel/gcov/Kconfig"
|
source "kernel/gcov/Kconfig"
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
Loading…
Reference in New Issue
Block a user