summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2008-03-11 19:39:26 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2008-03-11 19:39:26 +0000
commit52d827a26dec8bc4967cf3c2984a10ace114fa21 (patch)
tree83b9660b904934a62df38ee0ed138c66f3cdebb1 /firmware/export/config.h
parentafde7f74d4325c3a5a6883167c1f74f4fb689f90 (diff)
downloadrockbox-52d827a26dec8bc4967cf3c2984a10ace114fa21.tar.gz
rockbox-52d827a26dec8bc4967cf3c2984a10ace114fa21.zip
FS#7598 - Dircache support for multivolume targets (by Phil Light).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16632 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index c2033dfe23..e1c0cbc938 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -313,9 +313,7 @@
313 * plenty of RAM. Both features can be enabled independently. */ 313 * plenty of RAM. Both features can be enabled independently. */
314#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \ 314#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \
315 !defined(BOOTLOADER) 315 !defined(BOOTLOADER)
316#if !defined(SANSA_E200) && !defined(SANSA_C200)
317#define HAVE_DIRCACHE 316#define HAVE_DIRCACHE
318#endif
319#ifdef HAVE_TAGCACHE 317#ifdef HAVE_TAGCACHE
320#define HAVE_TC_RAMCACHE 318#define HAVE_TC_RAMCACHE
321#endif 319#endif