summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorAl Boldi <a1426z@gawab.com>2007-07-31 00:39:23 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-31 15:39:43 -0700
commitff0cfc66cd99d59e3a8024003171035e4ae192b7 (patch)
treedf5387886708c74e62ad6d17f45cc7ce14f77959 /init
parent8e48591700f7df5969e17b0a41b7dde011c6810c (diff)
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>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 7f798bcb81f..96b54595f1d 100644
--- a/init/Kconfig
+++ b/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"