Delete superfluous image which seems to have been accidentally committed to the wrong...
[kugel-rb.git] / firmware / export / config-m200.h
blobf7ab78d87e12dbf9b5f698fc4ed44e0dd3b6b6f4
1 /*
2 * This config file is for the Sansa M200 series
3 */
4 #define TARGET_TREE /* this target is using the target tree system */
6 /* For Rolo and boot loader */
7 #define MODEL_NUMBER 29
9 #define MODEL_NAME "Sandisk Sansa m200 series"
11 /* Enable FAT16 support */
12 #define HAVE_FAT16SUPPORT
14 /* define this if you have recording possibility */
15 //#define HAVE_RECORDING
17 /* Define bitmask of input sources - recordable bitmask can be defined
18 explicitly if different */
19 //#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_SPDIF)
21 /* define this if you have a bitmap LCD display */
22 #define HAVE_LCD_BITMAP
24 /* define this if you can flip your LCD */
25 #define HAVE_LCD_FLIP
27 /* define this if you can invert the colours on your LCD */
28 #define HAVE_LCD_INVERT
30 /* define this if you have access to the quickscreen */
31 #define HAVE_QUICKSCREEN
32 /* define this if you have access to the pitchscreen */
33 #define HAVE_PITCHSCREEN
35 /* define this if you would like tagcache to build on this target */
36 #define HAVE_TAGCACHE
38 /* define this if you have a flash memory storage */
39 #define HAVE_FLASH_STORAGE
41 /* LCD dimensions */
42 #define LCD_WIDTH 128
43 #define LCD_HEIGHT 64
44 #define LCD_DEPTH 1
46 #define LCD_PIXELFORMAT VERTICAL_PACKING
48 /* define this to indicate your device's keypad */
49 #define CONFIG_KEYPAD SANSA_M200_PAD
51 /* define this if you have a real-time clock */
52 #define CONFIG_RTC RTC_TCC77X
54 /* define this if you have RTC RAM available for settings */
55 //#define HAVE_RTC_RAM
57 /* Define this if you have a software controlled poweroff */
58 #define HAVE_SW_POWEROFF
60 /* The number of bytes reserved for loadable plugins */
61 #define PLUGIN_BUFFER_SIZE 0x8000
63 #define AB_REPEAT_ENABLE 1
65 /* Define this if you do software codec */
66 #define CONFIG_CODEC SWCODEC
68 /* Define this if you have the TLV320 audio codec */
69 #define HAVE_TLV320
71 /* TLV320 has no tone controls, so we use the software ones */
72 #define HAVE_SW_TONE_CONTROLS
74 /* Define this for LCD backlight available */
75 #define HAVE_BACKLIGHT
77 #define CONFIG_I2C I2C_TCC77X
79 #define BATTERY_CAPACITY_DEFAULT 1500 /* default battery capacity */
80 #define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */
81 #define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */
82 #define BATTERY_CAPACITY_INC 50 /* capacity increment */
83 #define BATTERY_TYPES_COUNT 1 /* only one type */
85 /* define this if the unit should not shut down on low battery. */
86 #define NO_LOW_BATTERY_SHUTDOWN
88 #ifndef SIMULATOR
90 /* Define this if you have a TCC773L */
91 #define CONFIG_CPU TCC773L
93 /* Define this if you have ATA power-off control */
94 #define HAVE_ATA_POWER_OFF
96 /* Define this to the CPU frequency */
97 #define CPU_FREQ 120000000
99 /* Offset ( in the firmware file's header ) to the file length */
100 #define FIRMWARE_OFFSET_FILE_LENGTH 0
102 /* Offset ( in the firmware file's header ) to the file CRC */
103 #define FIRMWARE_OFFSET_FILE_CRC 4
105 /* Offset ( in the firmware file's header ) to the real data */
106 #define FIRMWARE_OFFSET_FILE_DATA 6
108 /* The start address index for ROM builds */
109 /* #define ROM_START 0x11010 for behind original Archos */
110 #define ROM_START 0x7010 /* for behind BootBox */
112 /* Software controlled LED */
113 #define CONFIG_LED LED_VIRTUAL
115 #define CONFIG_LCD LCD_SSD1815
117 #define BOOTFILE_EXT "m200"
118 #define BOOTFILE "rockbox." BOOTFILE_EXT
119 #define BOOTDIR "/"
121 #endif /* SIMULATOR */