summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index b9420122e0..8519628d47 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -216,6 +216,12 @@
216/* no known platform */ 216/* no known platform */
217#endif 217#endif
218 218
219/* now set any CONFIG_ defines correctly if they are not used,
220 No need to do this on CONFIG_'s which are compulsary (e.g CONFIG_CODEC ) */
221#ifndef CONFIG_TUNER
222#define CONFIG_TUNER 0
223#endif
224
219/* Enable the directory cache and tagcache in RAM if we have 225/* Enable the directory cache and tagcache in RAM if we have
220 * plenty of RAM. Both features can be enabled independently. */ 226 * plenty of RAM. Both features can be enabled independently. */
221#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \ 227#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \