FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work before...
[kugel-rb.git] / firmware / export / config / meizum3.h
blob58f141c4cb77894b659c189d809720d954337133
1 /*
2 * This config file is for Meizu M3
3 */
4 #define TARGET_TREE /* this target is using the target tree system */
6 /* For Rolo and boot loader */
7 #define MODEL_NUMBER 39
9 #define MODEL_NAME "Meizu M3"
11 /* define this if you have recording possibility */
12 //#define HAVE_RECORDING
14 /* Define bitmask of input sources - recordable bitmask can be defined
15 explicitly if different */
16 #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO)
18 /* define the bitmask of hardware sample rates */
19 #define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
21 /* define the bitmask of recording sample rates */
22 #define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
24 /* define this if you have a bitmap LCD display */
25 #define HAVE_LCD_BITMAP
27 /* define this if you can flip your LCD */
28 //#define HAVE_LCD_FLIP
30 /* define this if you have a colour LCD */
31 #define HAVE_LCD_COLOR
33 /* define this if you want album art for this target */
34 #define HAVE_ALBUMART
36 /* define this to enable bitmap scaling */
37 #define HAVE_BMP_SCALING
39 /* define this to enable JPEG decoding */
40 #define HAVE_JPEG
42 /* define this if you can invert the colours on your LCD */
43 //#define HAVE_LCD_INVERT
45 /* define this if you have access to the quickscreen */
46 #define HAVE_QUICKSCREEN
48 /* define this if you have access to the pitchscreen */
49 #define HAVE_PITCHSCREEN
51 /* define this if you would like tagcache to build on this target */
52 #define HAVE_TAGCACHE
54 /* define this if you have a flash memory storage */
55 #define HAVE_FLASH_STORAGE
57 #define CONFIG_STORAGE STORAGE_NAND
59 #define CONFIG_NAND NAND_SAMSUNG
61 /* The NAND flash has 2048-byte sectors, and is our only storage */
62 #define SECTOR_SIZE 2048
64 /* LCD dimensions */
65 #define LCD_WIDTH 176
66 #define LCD_HEIGHT 132
67 #define LCD_DEPTH 16 /* pseudo 262.144 colors */
68 #define LCD_PIXELFORMAT RGB565 /* rgb565 */
70 /* Define this if your LCD can be enabled/disabled */
71 //#define HAVE_LCD_ENABLE
73 /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
74 should be defined as well. */
75 //#define HAVE_LCD_SLEEP
77 #define CONFIG_KEYPAD MEIZU_M3_PAD
79 //#define AB_REPEAT_ENABLE 1
80 //#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
82 /* Define this if you do software codec */
83 #define CONFIG_CODEC SWCODEC
85 /* define this if you have a real-time clock */
86 //#define CONFIG_RTC RTC_S5L8700
87 #define CONFIG_RTC RTC_S35390A
89 #define CONFIG_LCD LCD_MEIZUM6
91 /* Define the type of audio codec */
92 #define HAVE_UDA1380
94 /* Define this for LCD backlight available */
95 #define HAVE_BACKLIGHT
96 #define HAVE_BACKLIGHT_BRIGHTNESS
98 /* Define this if you have a software controlled poweroff */
99 #define HAVE_SW_POWEROFF
101 /* The number of bytes reserved for loadable codecs */
102 #define CODEC_SIZE 0x100000
104 /* The number of bytes reserved for loadable plugins */
105 #define PLUGIN_BUFFER_SIZE 0x80000
107 /* FM Tuner */
108 #define CONFIG_TUNER TEA5760
109 #define CONFIG_TUNER_XTAL 32768
111 //#define HAVE_TLV320
113 /* TLV320 has no tone controls, so we use the software ones */
114 #define HAVE_SW_TONE_CONTROLS
116 #define BATTERY_CAPACITY_DEFAULT 700 /* default battery capacity */
117 #define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
118 #define BATTERY_CAPACITY_MAX 2250 /* max. capacity selectable */
119 #define BATTERY_CAPACITY_INC 50 /* capacity increment */
120 #define BATTERY_TYPES_COUNT 1 /* only one type */
122 /* Hardware controlled charging, software can monitor plug and charge state */
123 #define CONFIG_CHARGING CHARGING_MONITOR
125 /* Define this if your LCD can set contrast */
126 //#define HAVE_LCD_CONTRAST
128 /* Define this if you have a Motorola SCF5250 */
129 #define CONFIG_CPU S5L8700
131 /* Define this if you want to use coldfire's i2c interface */
132 #define CONFIG_I2C I2C_S5L8700
134 /* define this if the hardware can be powered off while charging */
135 #define HAVE_POWEROFF_WHILE_CHARGING
137 /* The size of the flash ROM */
138 #define FLASH_SIZE 0x400000
140 /* Define this to the CPU frequency */
141 #define CPU_FREQ 11289600
143 /* Define this if you have ATA power-off control */
144 //#define HAVE_ATA_POWER_OFF
146 /* Offset ( in the firmware file's header ) to the file CRC */
147 #define FIRMWARE_OFFSET_FILE_CRC 0
149 /* Offset ( in the firmware file's header ) to the real data */
150 #define FIRMWARE_OFFSET_FILE_DATA 8
152 /* USB On-the-go */
153 //#define CONFIG_USBOTG USBOTG_M5636
155 /* Define this if you have adjustable CPU frequency */
156 #define HAVE_ADJUSTABLE_CPU_FREQ
158 #define BOOTFILE_EXT "meizu"
159 #define BOOTFILE "rockbox." BOOTFILE_EXT
160 #define BOOTDIR "/.rockbox"
162 #define BOOTLOADER_ENTRYPOINT 0x001F0000
163 #define FLASH_ENTRYPOINT 0x00001000
164 #define FLASH_MAGIC 0xfbfbfbf1
166 /* Define this for FM radio input available */
167 #define HAVE_FMRADIO_IN
169 /** Port-specific settings **/
171 /* Main LCD contrast range and defaults */
172 #define MIN_CONTRAST_SETTING 1
173 #define MAX_CONTRAST_SETTING 30
174 #define DEFAULT_CONTRAST_SETTING 19 /* Match boot contrast */
176 /* Main LCD backlight brightness range and defaults */
177 #define MIN_BRIGHTNESS_SETTING 0
178 #define MAX_BRIGHTNESS_SETTING 15
179 #define DEFAULT_BRIGHTNESS_SETTING 10
181 /* Define this if a programmable hotkey is mapped */
182 #define HAVE_HOTKEY