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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index c7e204c5df..c0e2b43d97 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -51,6 +51,7 @@
51#define DSC25 25 51#define DSC25 25
52#define DM320 320 52#define DM320 320
53#define IMX31L 31 53#define IMX31L 31
54#define TCC770 770
54#define TCC771L 771 55#define TCC771L 771
55#define TCC773L 773 56#define TCC773L 773
56#define TCC7801 7801 57#define TCC7801 7801
@@ -83,6 +84,7 @@
83#define SANSA_M200_PAD 25 84#define SANSA_M200_PAD 25
84#define CREATIVEZV_PAD 26 85#define CREATIVEZV_PAD 26
85#define PHILIPS_SA9200_PAD 27 86#define PHILIPS_SA9200_PAD 27
87#define SANSA_C100_PAD 28
86 88
87/* CONFIG_REMOTE_KEYPAD */ 89/* CONFIG_REMOTE_KEYPAD */
88#define H100_REMOTE 1 90#define H100_REMOTE 1
@@ -122,6 +124,7 @@
122#define LCD_TL0350A 23 /* as used by the iAudio M3 remote, treated as main LCD */ 124#define LCD_TL0350A 23 /* as used by the iAudio M3 remote, treated as main LCD */
123#define LCD_COWOND2 24 /* as used by Cowon D2 - LTV250QV, TCC7801 driver */ 125#define LCD_COWOND2 24 /* as used by Cowon D2 - LTV250QV, TCC7801 driver */
124#define LCD_SA9200 25 /* as used by the Philips SA9200 */ 126#define LCD_SA9200 25 /* as used by the Philips SA9200 */
127#define LCD_S6B33B2 26 /* as used by the Sansa c100 */
125 128
126/* LCD_PIXELFORMAT */ 129/* LCD_PIXELFORMAT */
127#define HORIZONTAL_PACKING 1 130#define HORIZONTAL_PACKING 1
@@ -262,6 +265,8 @@
262#include "config-creativezv.h" 265#include "config-creativezv.h"
263#elif defined(PHILIPS_SA9200) 266#elif defined(PHILIPS_SA9200)
264#include "config-sa9200.h" 267#include "config-sa9200.h"
268#elif defined(SANSA_C100)
269#include "config-c100.h"
265#else 270#else
266/* no known platform */ 271/* no known platform */
267#endif 272#endif
@@ -391,7 +396,7 @@
391#endif 396#endif
392 397
393/* define for all cpus from TCC77X family */ 398/* define for all cpus from TCC77X family */
394#if (CONFIG_CPU == TCC771L) || (CONFIG_CPU == TCC773L) 399#if (CONFIG_CPU == TCC771L) || (CONFIG_CPU == TCC773L) || (CONFIG_CPU == TCC770)
395#define CPU_TCC77X 400#define CPU_TCC77X
396#endif 401#endif
397 402