hide experimental/developer options from the user. can be reenabled by using make...
[openwrt-10.03/.git] / toolchain / ccache / Config.in
index a265375c405241ab0a983c7912dcf22693be7dbe..9cd6f0b11d60a7f4d29d7519afde9c37dde4a110 100644 (file)
@@ -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?