diff options
author | Al Boldi <a1426z@gawab.com> | 2007-07-31 03:39:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 18:39:43 -0400 |
commit | ff0cfc66cd99d59e3a8024003171035e4ae192b7 (patch) | |
tree | df5387886708c74e62ad6d17f45cc7ce14f77959 /init/Kconfig | |
parent | 8e48591700f7df5969e17b0a41b7dde011c6810c (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/Kconfig')
-rw-r--r-- | init/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/init/Kconfig b/init/Kconfig index 7f798bcb81f4..96b54595f1dc 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -7,7 +7,7 @@ config DEFCONFIG_LIST | |||
7 | default "/boot/config-$UNAME_RELEASE" | 7 | default "/boot/config-$UNAME_RELEASE" |
8 | default "arch/$ARCH/defconfig" | 8 | default "arch/$ARCH/defconfig" |
9 | 9 | ||
10 | menu "Code maturity level options" | 10 | menu "General setup" |
11 | 11 | ||
12 | config EXPERIMENTAL | 12 | config EXPERIMENTAL |
13 | bool "Prompt for development and/or incomplete code/drivers" | 13 | bool "Prompt for development and/or incomplete code/drivers" |
@@ -61,9 +61,6 @@ config INIT_ENV_ARG_LIMIT | |||
61 | Maximum of each of the number of arguments and environment | 61 | Maximum of each of the number of arguments and environment |
62 | variables passed to init from the kernel command line. | 62 | variables passed to init from the kernel command line. |
63 | 63 | ||
64 | endmenu | ||
65 | |||
66 | menu "General setup" | ||
67 | 64 | ||
68 | config LOCALVERSION | 65 | config LOCALVERSION |
69 | string "Local version - append to kernel release" | 66 | string "Local version - append to kernel release" |