aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-09-10 09:16:30 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-09-10 09:16:30 -0700
commitcce4ae634cef74ff822a3c1576b203f427f85cb2 (patch)
treee457a2ebca392dac8f3bd5ae1898ddb052fe23f3 /init
parentc293b6331e94e39263a9bca599e1626ed15b3fbd (diff)
parent138aa1d287d4200cf7dcb7e9cd7208ead8f76ec6 (diff)
downloadhistory-cce4ae634cef74ff822a3c1576b203f427f85cb2.tar.gz
Merge bk://linux-sam.bkbits.net/kbuild
into ppc970.osdl.org:/home/torvalds/v2.6/linux
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 899a912b2b6c66..3f83eb24204959 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