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.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 44583183b1..a18bf14a97 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -63,8 +63,9 @@
63#define GIGABEAT_PAD 11 63#define GIGABEAT_PAD 11
64#define IRIVER_H10_PAD 12 64#define IRIVER_H10_PAD 12
65#define SANSA_E200_PAD 13 65#define SANSA_E200_PAD 13
66#define ELIO_TPJ1022_PAD 14 66#define SANSA_C200_PAD 14
67#define ARCHOS_AV300_PAD 15 67#define ELIO_TPJ1022_PAD 15
68#define ARCHOS_AV300_PAD 16
68 69
69/* CONFIG_REMOTE_KEYPAD */ 70/* CONFIG_REMOTE_KEYPAD */
70#define H100_REMOTE 1 71#define H100_REMOTE 1
@@ -95,6 +96,7 @@
95#define LCD_H10_5GB 14 /* as used by iriver H10 5Gb */ 96#define LCD_H10_5GB 14 /* as used by iriver H10 5Gb */
96#define LCD_TPJ1022 15 /* as used by Tatung Elio TPJ-1022 */ 97#define LCD_TPJ1022 15 /* as used by Tatung Elio TPJ-1022 */
97#define LCD_DSC25 16 /* as used by Archos AV300 */ 98#define LCD_DSC25 16 /* as used by Archos AV300 */
99#define LCD_C200 17 /* as used by Sandisk Sansa c200 */
98 100
99/* LCD_PIXELFORMAT */ 101/* LCD_PIXELFORMAT */
100#define HORIZONTAL_PACKING 1 102#define HORIZONTAL_PACKING 1
@@ -191,6 +193,8 @@
191#include "config-h10_5gb.h" 193#include "config-h10_5gb.h"
192#elif defined(SANSA_E200) 194#elif defined(SANSA_E200)
193#include "config-e200.h" 195#include "config-e200.h"
196#elif defined(SANSA_C200)
197#include "config-c200.h"
194#elif defined(ELIO_TPJ1022) 198#elif defined(ELIO_TPJ1022)
195#include "config-tpj1022.h" 199#include "config-tpj1022.h"
196#else 200#else
@@ -249,7 +253,7 @@
249/* Enable the directory cache and tagcache in RAM if we have 253/* Enable the directory cache and tagcache in RAM if we have
250 * plenty of RAM. Both features can be enabled independently. */ 254 * plenty of RAM. Both features can be enabled independently. */
251#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \ 255#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \
252 !defined(BOOTLOADER) && !defined(SANSA_E200) 256 !defined(BOOTLOADER) && !defined(SANSA_E200) && !defined(SANSA_C200)
253#define HAVE_DIRCACHE 257#define HAVE_DIRCACHE
254#ifdef HAVE_TAGCACHE 258#ifdef HAVE_TAGCACHE
255#define HAVE_TC_RAMCACHE 259#define HAVE_TC_RAMCACHE