]> git.hungrycats.org Git - linux/commitdiff
kbuild: Move localversion config option to top of menu
authorSam Ravnborg <sam@mars.ravnborg.org>
Thu, 9 Sep 2004 02:20:32 +0000 (04:20 +0200)
committerTom Rini <trini@kernel.crashing.org>
Thu, 9 Sep 2004 02:20:32 +0000 (04:20 +0200)
Setting the local version is a typical action, and expected to be
used more often than many other options in the "General" menu.
So move it to the top.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
init/Kconfig

index 7f3857219bc639c8f7ae9faf2caa1fe09afef20d..1cb2d70e2f698ef9bdf23a25f24340a096a826b6 100644 (file)
@@ -54,6 +54,16 @@ endmenu
 
 menu "General setup"
 
+config LOCALVERSION
+       string "Local version - append to kernel release"
+       help
+         Append an extra string to the end of your kernel version.
+         This will show up when you type uname, for example.
+         The string you set here will be appended after the contents of
+         any files with a filename matching localversion* in your
+         object and source tree, in that order.  Your total string can
+         be a maximum of 64 characters.
+
 config SWAP
        bool "Support for paging of anonymous memory (swap)"
        depends on MMU
@@ -283,16 +293,6 @@ config CC_OPTIMIZE_FOR_SIZE
 
          If unsure, say N.
 
-config LOCALVERSION
-       string "Local Version"
-       help
-         Append an extra string to the end of your kernel version.
-         This will show up when you type uname, for example.
-         The string you set here will be appended after the contents of=20
-         any files with a filename matching localversion* in your=20
-         object and source tree, in that order.  Your total string can
-         be a maximum of 64 characters.
-
 endmenu                # General setup
 
 menu "Loadable module support"