summaryrefslogtreecommitdiffstats
path: root/config/Kconfig
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-12-19 15:06:51 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-12-19 15:06:51 +0000
commit97ab52fc04d3b91638c84172dee9a634f8caca4a (patch)
treefd6854c6e55d6bf29580694dc8734f4e7e52966a /config/Kconfig
parentd7e997c20863e3825c11a5424c21e6f76ecd5a8f (diff)
downloadptxdist-97ab52fc04d3b91638c84172dee9a634f8caca4a.tar.gz
ptxdist-97ab52fc04d3b91638c84172dee9a634f8caca4a.tar.xz
* Kconfig:
removed BUILD_USERLAND git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6562 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config/Kconfig')
-rw-r--r--config/Kconfig31
1 files changed, 0 insertions, 31 deletions
diff --git a/config/Kconfig b/config/Kconfig
index c7484a260..354496759 100644
--- a/config/Kconfig
+++ b/config/Kconfig
@@ -18,37 +18,6 @@ config PTXCONF
comment "------------------------------------"
-# Deprecation Process:
-#
-# PTXdist will only build userland in the future, as it is now possible
-# to build toolchains using a separate PTXdist project. We leave this
-# code here until we've checked that the crosstool project works.
-
-#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
- default y
-# 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
-
menu "Project Name & Version "
comment "Project Name & Version "