diff options
author | Al Boldi <a1426z@gawab.com> | 2007-07-31 00:39:23 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 15:39:43 -0700 |
commit | ff0cfc66cd99d59e3a8024003171035e4ae192b7 (patch) | |
tree | df5387886708c74e62ad6d17f45cc7ce14f77959 /init | |
parent | 8e48591700f7df5969e17b0a41b7dde011c6810c (diff) | |
download | linux-3.10-ff0cfc66cd99d59e3a8024003171035e4ae192b7.tar.gz linux-3.10-ff0cfc66cd99d59e3a8024003171035e4ae192b7.tar.bz2 linux-3.10-ff0cfc66cd99d59e3a8024003171035e4ae192b7.zip |
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/Kconfig | 5 |
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" |