From 58d3090a9737aab470d94482df590193f7221ed7 Mon Sep 17 00:00:00 2001
From: Arthur Heymans <arthur@aheymans.xyz>
Date: Sat, 16 Mar 2024 12:08:32 +0100
Subject: src/Kconfig: Make it possible to override CCACHE in site-local

The value for CCACHE in site-local/Kconfig gets overridden by the
default in src/Kconfig. Remove the default to make overrides possible.

Change-Id: I6b9dbbb31caa3ef09afd7ecb355c01bd53807b39
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81267
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
---
 src/Kconfig | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src')

diff --git a/src/Kconfig b/src/Kconfig
index c895492021..3a9a4e87fd 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -109,7 +109,6 @@ config ANY_TOOLCHAIN
 
 config CCACHE
 	bool "Use ccache to speed up (re)compilation"
-	default n
 	help
 	  Enables the use of ccache for faster builds.
 
-- 
cgit v1.2.3