summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-06-18 20:38:49 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-06-18 20:38:49 +0200
commita1e929d4cdd7e1ff42cd3593cc7b6da9c1b63cc3 (patch)
treea02aa917b9fe63ccb6c40e982f454ce871dcdfa5 /config
parent6427f02ead6bfd4cbca5ec2b371e4a84a978f5a0 (diff)
downloadptxdist-a1e929d4cdd7e1ff42cd3593cc7b6da9c1b63cc3.tar.gz
ptxdist-a1e929d4cdd7e1ff42cd3593cc7b6da9c1b63cc3.tar.xz
ptxdist: add support for icecc
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index f61160368..e09cf7a03 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -301,6 +301,26 @@ config SETUP_CHECK_EXIT_ON_ERROR
quite aggressive error checking. Don't turn this on until
you know what you're doing.
+config SETUP_ICECC
+ bool "use icecc"
+ depends on !SETUP_CCACHE
+ help
+ icecc (also known as Icecream) is a distributed compile system.
+ It allows parallel compiling by distributing the compile jobs to
+ several nodes of a compile network running the icecc daemon. The
+ icecc scheduler routes the jobs and provides status and
+ statistics information to the icecc monitor.
+
+if SETUP_ICECC
+
+config SETUP_ICECC_CREATE_ENV
+ string
+ default "/usr/lib/icecc/icecc-create-env"
+ prompt "icecc-create-env path"
+ help
+ The full path to icecc-create-env
+
+endif
config SETUP_CCACHE
bool "use ccache"