summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index f7f8bcb98a..208dd36d57 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -308,8 +308,10 @@
308/* Enable the directory cache and tagcache in RAM if we have 308/* Enable the directory cache and tagcache in RAM if we have
309 * plenty of RAM. Both features can be enabled independently. */ 309 * plenty of RAM. Both features can be enabled independently. */
310#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \ 310#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \
311 !defined(BOOTLOADER) && !defined(SANSA_E200) && !defined(SANSA_C200) 311 !defined(BOOTLOADER)
312#if !defined(SANSA_E200) && !defined(SANSA_C200)
312#define HAVE_DIRCACHE 313#define HAVE_DIRCACHE
314#endif
313#ifdef HAVE_TAGCACHE 315#ifdef HAVE_TAGCACHE
314#define HAVE_TC_RAMCACHE 316#define HAVE_TC_RAMCACHE
315#endif 317#endif