summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-08-07 08:26:03 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-08-07 08:28:40 +0200
commit4e11d167c9ea987265ea5565e5cbc4f53aabf00c (patch)
treef44c9bc4fffaa12894b86204ea8781fa6009f957 /config
parent3eed36c3f5e93532de8662996f7b695fa478d56d (diff)
downloadptxdist-4e11d167c9ea987265ea5565e5cbc4f53aabf00c.tar.gz
ptxdist-4e11d167c9ea987265ea5565e5cbc4f53aabf00c.tar.xz
[Kconfig] move "project name" menu into own file
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'config')
-rw-r--r--config/Kconfig33
1 files changed, 2 insertions, 31 deletions
diff --git a/config/Kconfig b/config/Kconfig
index bc55ff464..f38e023c4 100644
--- a/config/Kconfig
+++ b/config/Kconfig
@@ -1,45 +1,16 @@
#
# config/Kconfig: Main menu structure definition
-# Copyright (C) Robert Schwebel <r.schwebel@pengutronix.de> 2002, 2003, 2004
+# Copyright (C) 2002-2006, 2009 by Robert Schwebel <r.schwebel@pengutronix.de>
#
mainmenu "Configuration"
-# We need this: otherwhise kconfig doesn't handle tristate entries!!
config MODULES
- bool
- default y
-
-config PTXCONF
bool
default y
- help
- This is the Pengutronix Distribution Build System.
source "generated/fixme.in"
-comment "------------------------------------"
-
-menu "Project Name & Version "
-
-comment "Project Name & Version "
-
-config PROJECT
- string
- prompt "project name "
- help
- Name of this project; each PTXdist "Project" specifies a unique
- configuration for an embedded Linux 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 "generated/project_name.in"
source "rules/Kconfig"