summaryrefslogtreecommitdiffstats
path: root/config/Kconfig
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-01-09 14:31:11 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-01-09 14:31:11 +0000
commit96fb3d4e70089c94a71f6fdfc2eba55b2693e093 (patch)
tree7890a00e7abda54603431f9932bb9343327da734 /config/Kconfig
parente15e9bc6ffc3dd28010ac68ab2bba88967f59c0a (diff)
downloadptxdist-96fb3d4e70089c94a71f6fdfc2eba55b2693e093.tar.gz
ptxdist-96fb3d4e70089c94a71f6fdfc2eba55b2693e093.tar.xz
adding some help and removing some spare whitespaces
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3734 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config/Kconfig')
-rw-r--r--config/Kconfig24
1 files changed, 17 insertions, 7 deletions
diff --git a/config/Kconfig b/config/Kconfig
index 73576b2df..348d0c379 100644
--- a/config/Kconfig
+++ b/config/Kconfig
@@ -18,17 +18,27 @@ config PTXCONF
comment "----------------------------------"
-choice
+choice
prompt "Build... "
default BUILD_USERLAND
+ help
+ Select here what you want to build today. See specific help in the submenu.
config BUILD_USERLAND
bool
prompt "Userland "
+ help
+ Select this menu if you want to build your userland programs, e.g.
+ applications, shells etc. This requires a ready-to-use toolchain
+ (compiler, assembler, linker and the base runtime environment)
config BUILD_TOOLCHAIN
bool
prompt "Toolchain"
+ help
+ Select this menu if you want to build a toolchain and the base runtime
+ environment. This is the opposite of building "Userland". Building
+ userland application requires this step first.
endchoice
@@ -38,18 +48,18 @@ config PROJECT
string
prompt "Project Name "
help
- Name of this project; each PTXdist "Project" specifies a unique
+ 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.
+ PTXdist base package.
You can specifiy an additional directory which is being searched
for "local" projects with "make setup". The predefined path
- for local projects is $(PTXDIST_TOPDIR)/local_projects.
+ for local projects is $(PTXDIST_TOPDIR)/local_projects.
- To find out which projects are available in the current tree,
- type "make configs".
+ To find out which projects are available in the current tree,
+ type "make configs".
config PROJECT_VERSION
string
@@ -58,7 +68,7 @@ config PROJECT_VERSION
help
The Project Version can be used to differentiate between
several sub versions which belong ontop of one PTXdist
- version.
+ version.
endmenu