summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-07-04 15:47:05 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-07-04 15:47:05 +0000
commit6871dca3f4003d9ee2acd69b2ab8d40e5d7a3027 (patch)
tree29930c313d0f48cbe41a33c60b45e736f20cf363 /config
parentfd3ea56fd55b24b902abe9e5da5cf469ed037bbe (diff)
downloadptxdist-6871dca3f4003d9ee2acd69b2ab8d40e5d7a3027.tar.gz
ptxdist-6871dca3f4003d9ee2acd69b2ab8d40e5d7a3027.tar.xz
* Kconfig:
added some developer options git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8610 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig26
1 files changed, 13 insertions, 13 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index c63e7c5ca..b80314f91 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -1,21 +1,10 @@
#
# config/Kconfig: Main menu structure definition
-# Copyright (C) Robert Schwebel <r.schwebel@pengutronix.de> 2002, 2003, 2004
+# Copyright (C) Robert Schwebel <r.schwebel@pengutronix.de> 2002-2008
#
mainmenu "Setup"
-# We need this: otherwhise kconfig doesn't handle tristate entries!!
-config SETUP_MODULES
- bool
- default y
-
-config SETUP_PTXCONF
- bool
- default y
- help
- This is the Pengutronix Distribution Build System.
-
comment "PTXDIST Setup Menu"
menu "Proxies "
@@ -70,7 +59,7 @@ config SETUP_KERNELDIR_PREFIX
kernel trees (like a collection of working trees from one
or more GIT repositories). This is used in combination with
'Local kernel tree' in platformconfig.
-
+
endmenu
menu "Mirrors "
@@ -128,4 +117,15 @@ config SETUP_JAVA_SDK
endmenu
+menu "Developer Options "
+#config SETUP_CHECK_OMIT_CASE
+# bool "don't check for case sensitive file system"
+
+#config SETUP_CHECK_OMIT_SPACES
+# bool "don't check for spaces in important directories"
+
+config SETUP_CHECK_EXIT_ON_ERROR
+ bool "enable exit on error"
+
+endmenu