diff options
-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" |