The patch titled Kconfig: remove top level menu "Code maturity level options" has been added to the -mm tree. Its filename is kconfig-remove-top-level-menu-code-maturity-level-options.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Kconfig: remove top level menu "Code maturity level options" From: Al Boldi <a1426z@xxxxxxxxx> Remove the top level menu "Code maturity level options", and moves its options into menu "General setup". This makes Kconfig less cluttered and easier to setup. Signed-off-by: Al Boldi <a1426z@xxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- init/Kconfig | 5 +---- 1 files changed, 1 insertion(+), 4 deletions(-) diff -puN init/Kconfig~kconfig-remove-top-level-menu-code-maturity-level-options init/Kconfig --- a/init/Kconfig~kconfig-remove-top-level-menu-code-maturity-level-options +++ a/init/Kconfig @@ -7,7 +7,7 @@ config DEFCONFIG_LIST default "/boot/config-$UNAME_RELEASE" default "arch/$ARCH/defconfig" -menu "Code maturity level options" +menu "General setup" config EXPERIMENTAL bool "Prompt for development and/or incomplete code/drivers" @@ -61,9 +61,6 @@ config INIT_ENV_ARG_LIMIT Maximum of each of the number of arguments and environment variables passed to init from the kernel command line. -endmenu - -menu "General setup" config LOCALVERSION string "Local version - append to kernel release" _ Patches currently in -mm which might be from a1426z@xxxxxxxxx are kconfig-remove-top-level-menu-code-maturity-level-options.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html