summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-02-25 10:18:00 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-02-25 10:18:00 +0000
commit908539458b04e12b469c5526e8cbdbc8ab94817f (patch)
treee9bf35e421ceeb67c7a88404ea84090886fbfa0a /config
parent2ce98509ca587ac9151f9bf41cb344bb988589ce (diff)
downloadptxdist-908539458b04e12b469c5526e8cbdbc8ab94817f.tar.gz
ptxdist-908539458b04e12b469c5526e8cbdbc8ab94817f.tar.xz
[setup] turn off dep-trees by default, add option to switch them on
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9837 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index 2fe3bc3f3..d8ff1aa4c 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -138,6 +138,18 @@ menu "Developer Options "
#config SETUP_CHECK_OMIT_SPACES
# bool "don't check for spaces in important directories"
+config SETUP_GEN_DEP_TREE
+ bool "generate dependency graphs"
+ help
+ PTXdist has the feature to generate graphs to illustrate the
+ dependencies to build a root file system. This information
+ if probably only interesting for hard core developers or
+ marketing guys, you probably don't want it.
+
+ BTW: you need to install the 'dot' program of the
+ 'graphviz' package for this.
+
+
config SETUP_CHECK_EXIT_ON_ERROR
bool "enable exit on error"
help