From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> 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@xxxxxxxxxxxxx> --- arch/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) --- linux-next-20180702.orig/arch/Kconfig +++ linux-next-20180702/arch/Kconfig @@ -3,6 +3,8 @@ # General architecture dependent options # +menu "General architecture-dependent options" + config CRASH_CORE bool @@ -1028,3 +1030,5 @@ config REFCOUNT_FULL security flaw exploits. source "kernel/gcov/Kconfig" + +endmenu -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html