浏览代码

Kconfig: remove top level menu "Code maturity level options"

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@gawab.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Al Boldi 18 年之前
父节点
当前提交
ff0cfc66cd
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      init/Kconfig

+ 1 - 4
init/Kconfig

@@ -7,7 +7,7 @@ config DEFCONFIG_LIST
 	default "/boot/config-$UNAME_RELEASE"
 	default "/boot/config-$UNAME_RELEASE"
 	default "arch/$ARCH/defconfig"
 	default "arch/$ARCH/defconfig"
 
 
-menu "Code maturity level options"
+menu "General setup"
 
 
 config EXPERIMENTAL
 config EXPERIMENTAL
 	bool "Prompt for development and/or incomplete code/drivers"
 	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
 	  Maximum of each of the number of arguments and environment
 	  variables passed to init from the kernel command line.
 	  variables passed to init from the kernel command line.
 
 
-endmenu
-
-menu "General setup"
 
 
 config LOCALVERSION
 config LOCALVERSION
 	string "Local version - append to kernel release"
 	string "Local version - append to kernel release"