add plugins categories file to tarball. Should fix FS#7567.
[Rockbox.git] / firmware / export / config-iaudiox5.h
blobfbcb69aa61259a119dc78f2c3e6aada680f4165b
1 /*
2 * This config file is for iAudio X5
3 */
4 #define TARGET_TREE /* this target is using the target tree system */
6 /* For Rolo and boot loader */
7 #define MODEL_NUMBER 10
9 /* define this if you have recording possibility */
10 #define HAVE_RECORDING
12 /* Define bitmask of input sources - recordable bitmask can be defined
13 explicitly if different */
14 #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO)
16 /* define the bitmask of hardware sample rates */
17 #define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
19 /* define the bitmask of recording sample rates */
20 #define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
22 /* define this if you have a bitmap LCD display */
23 #define HAVE_LCD_BITMAP
25 /* define this if you can flip your LCD */
26 #define HAVE_LCD_FLIP
28 /* define this if you have a colour LCD */
29 #define HAVE_LCD_COLOR
31 /* define this if you can invert the colours on your LCD */
32 #define HAVE_LCD_INVERT
34 /* define this if you have access to the quickscreen */
35 #define HAVE_QUICKSCREEN
37 /* define this if you have access to the pitchscreen */
38 #define HAVE_PITCHSCREEN
40 /* define this if you would like tagcache to build on this target */
41 #define HAVE_TAGCACHE
43 /* LCD dimensions */
44 #define LCD_WIDTH 160
45 #define LCD_HEIGHT 128
46 #define LCD_DEPTH 16 /* pseudo 262.144 colors */
47 #define LCD_PIXELFORMAT RGB565 /* rgb565 */
49 /* remote LCD */
50 #define LCD_REMOTE_WIDTH 128
51 #define LCD_REMOTE_HEIGHT 96
52 #define LCD_REMOTE_DEPTH 2
54 #define LCD_REMOTE_PIXELFORMAT VERTICAL_INTERLEAVED
56 #define CONFIG_KEYPAD IAUDIO_X5M5_PAD
58 #define AB_REPEAT_ENABLE 1
59 #define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
61 /* Define this if you do software codec */
62 #define CONFIG_CODEC SWCODEC
64 /* define this if you have a real-time clock */
65 #define CONFIG_RTC RTC_PCF50606
67 /* Define this if you have an remote lcd */
68 #define HAVE_REMOTE_LCD
70 #define CONFIG_LCD LCD_X5
72 /* Define this for LCD backlight available */
73 #define HAVE_BACKLIGHT
74 #define HAVE_BACKLIGHT_BRIGHTNESS
76 /* Define this if you have a software controlled poweroff */
77 #define HAVE_SW_POWEROFF
79 /* The number of bytes reserved for loadable codecs */
80 #define CODEC_SIZE 0x80000
82 /* The number of bytes reserved for loadable plugins */
83 #define PLUGIN_BUFFER_SIZE 0x80000
85 /* FM Tuner */
86 #define CONFIG_TUNER TEA5767
87 #define CONFIG_TUNER_XTAL 32768
90 #define BATTERY_CAPACITY_DEFAULT 950 /* default battery capacity */
92 #define HAVE_TLV320
94 /* TLV320 has no tone controls, so we use the software ones */
95 #define HAVE_SW_TONE_CONTROLS
97 #ifndef SIMULATOR
99 /* Define this if your LCD can set contrast */
100 #define HAVE_LCD_CONTRAST
102 /* Define this if your LCD can be enabled/disabled */
103 #define HAVE_LCD_ENABLE
105 /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
106 should be defined as well. */
107 #define HAVE_LCD_SLEEP
109 /* Define this if you have a Motorola SCF5250 */
110 #define CONFIG_CPU MCF5250
112 /* Define this if you want to use coldfire's i2c interface */
113 #define CONFIG_I2C I2C_COLDFIRE
115 /* Hardware controlled charging? FIXME */
116 #define CONFIG_CHARGING CHARGING_SIMPLE
118 /* define this if the hardware can be powered off while charging */
119 #define HAVE_POWEROFF_WHILE_CHARGING
121 /* The size of the flash ROM */
122 #define FLASH_SIZE 0x400000
124 /* Define this to the CPU frequency */
125 #define CPU_FREQ 11289600
127 /* Type of mobile power */
128 #define X5_BATT_CONFIG 2
129 #define CONFIG_BATTERY BATT_IAUDIO_X5M5
130 #define BATTERY_CAPACITY_MIN 950 /* min. capacity selectable */
131 #define BATTERY_CAPACITY_MAX 2250 /* max. capacity selectable */
132 #define BATTERY_CAPACITY_INC 50 /* capacity increment */
133 #define BATTERY_TYPES_COUNT 1 /* only one type */
134 #define BATTERY_SCALE_FACTOR 5859 /* (420703125 + 35900) / 71800 */
136 /* Define this if you have ATA power-off control */
137 #define HAVE_ATA_POWER_OFF
139 /* Virtual LED (icon) */
140 #define CONFIG_LED LED_VIRTUAL
142 /* Offset ( in the firmware file's header ) to the file CRC */
143 #define FIRMWARE_OFFSET_FILE_CRC 0
145 /* Offset ( in the firmware file's header ) to the real data */
146 #define FIRMWARE_OFFSET_FILE_DATA 8
148 /* USB On-the-go */
149 #define CONFIG_USBOTG USBOTG_M5636
151 /* Define this if you have adjustable CPU frequency */
152 #define HAVE_ADJUSTABLE_CPU_FREQ
154 #define BOOTFILE_EXT "iaudio"
155 #define BOOTFILE "rockbox." BOOTFILE_EXT
156 #define BOOTDIR "/.rockbox"
158 #define BOOTLOADER_ENTRYPOINT 0x001F0000
159 #define FLASH_ENTRYPOINT 0x00001000
160 #define FLASH_MAGIC 0xfbfbfbf1
162 #endif /* SIMULATOR */
164 /* Define this for FM radio input available */
165 #define HAVE_FMRADIO_IN
167 /** Port-specific settings **/
169 /* Main LCD contrast range and defaults */
170 #define MIN_CONTRAST_SETTING 1
171 #define MAX_CONTRAST_SETTING 30
172 #define DEFAULT_CONTRAST_SETTING 19 /* Match boot contrast */
174 /* Main LCD backlight brightness range and defaults */
175 /* PCF50506 can output 0%-100% duty cycle but D305A expects %15-100%. */
176 #define MIN_BRIGHTNESS_SETTING 1 /* 15/16 (93.75%) */
177 #define MAX_BRIGHTNESS_SETTING 13 /* 3/16 (18.75%) */
178 #define DEFAULT_BRIGHTNESS_SETTING 8 /* 8/16 (50.00%) = x5 boot default */
180 /* Remote LCD contrast range and defaults */
181 #define MIN_REMOTE_CONTRAST_SETTING 10
182 #define MAX_REMOTE_CONTRAST_SETTING 35
183 #define DEFAULT_REMOTE_CONTRAST_SETTING 24 /* Match boot contrast */