From 96fb3d4e70089c94a71f6fdfc2eba55b2693e093 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Mon, 9 Jan 2006 14:31:11 +0000 Subject: 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 --- config/Kconfig | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'config/Kconfig') 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 -- cgit v1.2.3