aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/ccache/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/ccache/Config.in')
-rw-r--r--toolchain/ccache/Config.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/toolchain/ccache/Config.in b/toolchain/ccache/Config.in
index a265375c40..9cd6f0b11d 100644
--- a/toolchain/ccache/Config.in
+++ b/toolchain/ccache/Config.in
@@ -1,9 +1,10 @@
#
-
-comment "Ccache Options"
+if CONFIG_DEVEL
+ comment "Ccache Options"
+endif
config BR2_CCACHE
- bool "Enable ccache support?"
+ bool "Enable ccache support?" if CONFIG_DEVEL
default y
help
Enable ccache support?