From a1e929d4cdd7e1ff42cd3593cc7b6da9c1b63cc3 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 18 Jun 2014 20:38:49 +0200 Subject: ptxdist: add support for icecc Signed-off-by: Michael Olbrich --- config/setup/Kconfig | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'config') 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" -- cgit v1.2.3