summaryrefslogtreecommitdiffstats
path: root/config/Kconfig
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-12-20 09:52:56 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-12-20 09:52:56 +0000
commit491a8cf2e5ae09f2b9c7473fee08cfebc68863d9 (patch)
treea460aa09af15264e9e318bfc21070e6bc58966e8 /config/Kconfig
parent11c1195085c455e4a99c153fb2c59ed60351049f (diff)
downloadptxdist-491a8cf2e5ae09f2b9c7473fee08cfebc68863d9.tar.gz
ptxdist-491a8cf2e5ae09f2b9c7473fee08cfebc68863d9.tar.xz
move project version to toplevel kconfig
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3555 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config/Kconfig')
-rw-r--r--config/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/Kconfig b/config/Kconfig
index 5c69ddc11..5ac4a5340 100644
--- a/config/Kconfig
+++ b/config/Kconfig
@@ -35,4 +35,13 @@ config PROJECT
To find out which projects are available in the current tree,
type "make configs".
+config PROJECT_VERSION
+ string
+ prompt "Project Version "
+ default "$(PTXCONF_PROJECT)-1"
+ help
+ The Project Version can be used to differentiate between
+ several sub versions which belong ontop of one PTXdist
+ version.
+
source "rules/Kconfig"