Skip to content

Commit

Permalink
Kconfig: remove top level menu "Code maturity level options"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Al Boldi authored and Linus Torvalds committed Jul 31, 2007
1 parent 8e48591 commit ff0cfc6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ff0cfc6

Please sign in to comment.