aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2004-09-09 04:20:32 +0200
committerTom Rini <trini@kernel.crashing.org>2004-09-09 04:20:32 +0200
commit138aa1d287d4200cf7dcb7e9cd7208ead8f76ec6 (patch)
tree6ac3e0ccc301303178499070731edddccb4ba4f3 /init
parenta823ed057bb3d61291ed026c26452a311044dc5d (diff)
downloadhistory-138aa1d287d4200cf7dcb7e9cd7208ead8f76ec6.tar.gz
kbuild: Move localversion config option to top of menu
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>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig20
1 files changed, 10 insertions, 10 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 7f3857219bc639..1cb2d70e2f698e 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -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"