aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init/Kconfig5
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
10menu "Code maturity level options" 10menu "General setup"
11 11
12config EXPERIMENTAL 12config 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
64endmenu
65
66menu "General setup"
67 64
68config LOCALVERSION 65config LOCALVERSION
69 string "Local version - append to kernel release" 66 string "Local version - append to kernel release"