Commit 138aa1d2 authored by Sam Ravnborg's avatar Sam Ravnborg Committed by Tom Rini

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: default avatarSam Ravnborg <sam@ravnborg.org>
parent a823ed05
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment