summaryrefslogtreecommitdiffstats
path: root/toolchain/ccache/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/ccache/Config.in')
-rw-r--r--toolchain/ccache/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/toolchain/ccache/Config.in b/toolchain/ccache/Config.in
new file mode 100644
index 000000000..6798072d6
--- /dev/null
+++ b/toolchain/ccache/Config.in
@@ -0,0 +1,14 @@
+#
+
+config BR2_HOST_CCACHE
+ bool "Enable ccache support?"
+ default y
+ help
+ Enable ccache support?
+
+config BR2_PACKAGE_CCACHE
+ bool "Enable ccache support for the Target?"
+ default y
+ help
+ Enable ccache support?
+