summaryrefslogtreecommitdiffstats
path: root/config/Kconfig
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-09-06 16:18:18 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-09-06 16:18:18 +0000
commit57f5eaa4040562c7fcd2397ee32499946f6d13ad (patch)
tree92ab4aa8a8411c7085e43ef837bf819dbcbbb8ff /config/Kconfig
parent549fb7c1968fe5d2285b1507f0b1b667311d7552 (diff)
downloadptxdist-57f5eaa4040562c7fcd2397ee32499946f6d13ad.tar.gz
ptxdist-57f5eaa4040562c7fcd2397ee32499946f6d13ad.tar.xz
* ptxdist: autocreate PTXCONF_PROJECT_DEFAULT
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6035 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config/Kconfig')
-rw-r--r--config/Kconfig24
1 files changed, 6 insertions, 18 deletions
diff --git a/config/Kconfig b/config/Kconfig
index 5478b7def..0b93c6511 100644
--- a/config/Kconfig
+++ b/config/Kconfig
@@ -46,29 +46,17 @@ menu "Project Name & Version "
config PROJECT
string
- prompt "Project Name "
+ prompt "Custom Project Name "
help
Name of this project; each PTXdist "Project" specifies a unique
- configuration for an embedded Linux project. A project constists
- of one directory in $(PROJECTDIR), which is usually to be found
- in $(PTXDIST_TOPDIR)/projects when being delivered with the
- PTXdist base package.
+ configuration for an embedded Linux project.
- You can specifiy an additional directory which is being searched
- for "local" projects with "ptxdist setup". The predefined path
- for local projects is $(PTXDIST_TOPDIR)/local_projects.
+ Usually you don't have to set this config option; change it
+ only if you want to have some non-default name.
- To find out which projects are available in the current tree,
- type "ptxdist projects".
-
-config PROJECT_VERSION
+# to be replaced automatically by ptxdist
+config PROJECT_DEFAULT
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.
endmenu