summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorJan Weitzel <j.weitzel@phytec.de>2011-09-19 08:18:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-09-20 08:54:04 +0200
commit22f7370d2b0008f093a7119e78e15616519754fb (patch)
tree9156d96a86f977cb138253cb1389f25b6efc961a /common/Kconfig
parent57a88d90bece3b2710a05a7a58efd2c8b59c6459 (diff)
downloadbarebox-22f7370d2b0008f093a7119e78e15616519754fb.tar.gz
barebox-22f7370d2b0008f093a7119e78e15616519754fb.tar.xz
add option LOCALVERSION to common/Kconfig
Add Kconfig option LOCALVERSION so you can set a customizable suffix to the barebox version string. Signed-off-by: Jan Weitzel <j.weitzel@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 422d1856b1..82e43aa9fc 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -42,6 +42,15 @@ config HAVE_NOSHELL
menu "General Settings "
+config LOCALVERSION
+ string "Local version - append to the version string"
+ help
+ Append an extra string to the end of your version string.
+ 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 LOCALVERSION_AUTO
bool "Automatically append version information to the version string"
default y