summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-10-27 08:08:56 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-10-27 08:08:56 +0000
commitc6004909620aee2de495aedefd66d750e9f7b130 (patch)
tree53749c672c10aa73d0f0a27c84f572be113aa5f5 /config
parentede7a3af2e6cc96b76cf5144e1c908d5b00e062c (diff)
downloadptxdist-c6004909620aee2de495aedefd66d750e9f7b130.tar.gz
ptxdist-c6004909620aee2de495aedefd66d750e9f7b130.tar.xz
cleanup
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6236 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config')
-rw-r--r--config/Kconfig14
1 files changed, 11 insertions, 3 deletions
diff --git a/config/Kconfig b/config/Kconfig
index 3757d1c99..c7484a260 100644
--- a/config/Kconfig
+++ b/config/Kconfig
@@ -16,7 +16,7 @@ config PTXCONF
help
This is the Pengutronix Distribution Build System.
-comment "----------------------------------"
+comment "------------------------------------"
# Deprecation Process:
#
@@ -49,11 +49,13 @@ comment "----------------------------------"
#
#endchoice
-menu "Project Name & Version "
+menu "Project Name & Version "
+
+comment "Project Name & Version "
config PROJECT
string
- prompt "Project Name "
+ prompt "project name "
help
Name of this project; each PTXdist "Project" specifies a unique
configuration for an embedded Linux project.
@@ -61,6 +63,12 @@ config PROJECT
Usually you don't have to set this config option; change it
only if you want to have some non-default name.
+config PROJECT_VERSION
+ string
+ prompt "project version "
+ help
+ Version of this project.
+
endmenu
source "rules/Kconfig"