as3514: mute headphones at the lowest volume
[kugel-rb.git] / firmware / export / config / meizum6sp.h
blob11716f6ecde1631ecf6449d20c2517272afc127f
1 /*
2 * This config file is for Meizu M6SP
3 */
4 #define TARGET_TREE /* this target is using the target tree system */
6 /* For Rolo and boot loader */
7 #define MODEL_NUMBER 37
9 #define MODEL_NAME "Meizu M6SP"
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 /* FIXME: define actual rates applicable for M6SP */
22 #define CODEC_SRCTRL_11025HZ (0x19 << 1)
23 #define CODEC_SRCTRL_22050HZ (0x1b << 1)
24 #define CODEC_SRCTRL_44100HZ (0x11 << 1)
25 #define CODEC_SRCTRL_88200HZ (0x1f << 1)
27 /* define the bitmask of recording sample rates */
28 #define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
30 /* define this if you have a bitmap LCD display */
31 #define HAVE_LCD_BITMAP
33 /* define this if you can flip your LCD */
34 //#define HAVE_LCD_FLIP
36 /* define this if you have a colour LCD */
37 #define HAVE_LCD_COLOR
39 /* define this if you want album art for this target */
40 #define HAVE_ALBUMART
42 /* define this to enable bitmap scaling */
43 #define HAVE_BMP_SCALING
45 /* define this to enable JPEG decoding */
46 #define HAVE_JPEG
48 /* define this if you can invert the colours on your LCD */
49 //#define HAVE_LCD_INVERT
51 /* define this if you have access to the quickscreen */
52 #define HAVE_QUICKSCREEN
54 /* define this if you have access to the pitchscreen */
55 #define HAVE_PITCHSCREEN
57 /* define this if you would like tagcache to build on this target */
58 #define HAVE_TAGCACHE
60 /* define this if you have a flash memory storage */
61 #define HAVE_FLASH_STORAGE
63 #define CONFIG_STORAGE STORAGE_NAND
65 #define CONFIG_NAND NAND_SAMSUNG
67 /* The NAND flash has 2048-byte sectors, and is our only storage */
68 #define SECTOR_SIZE 2048
70 /* LCD dimensions */
71 #define LCD_WIDTH 240
72 #define LCD_HEIGHT 320
73 #define LCD_DEPTH 16 /* pseudo 262.144 colors */
74 #define LCD_PIXELFORMAT RGB565 /* rgb565 */
76 /* Define this if your LCD can be enabled/disabled */
77 #define HAVE_LCD_ENABLE
79 /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
80 should be defined as well. */
81 //#define HAVE_LCD_SLEEP
83 #define CONFIG_KEYPAD MEIZU_M6SP_PAD
85 //#define AB_REPEAT_ENABLE 1
86 //#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
88 /* Define this if you do software codec */
89 #define CONFIG_CODEC SWCODEC
91 /* define this if you have a real-time clock */
92 #define CONFIG_RTC RTC_S5L8700
93 //#define CONFIG_RTC RTC_S35390A
95 #define CONFIG_LCD LCD_MEIZUM6
97 /* Define this if you have the WM8975 audio codec */
98 #define HAVE_WM8751 //FIXME
100 /* Define this for LCD backlight available */
101 #define HAVE_BACKLIGHT
102 #define HAVE_BACKLIGHT_BRIGHTNESS
104 /* Define this if you have a software controlled poweroff */
105 #define HAVE_SW_POWEROFF
107 /* The number of bytes reserved for loadable codecs */
108 #define CODEC_SIZE 0x100000
110 /* The number of bytes reserved for loadable plugins */
111 #define PLUGIN_BUFFER_SIZE 0x80000
113 /* FM Tuner */
114 #define CONFIG_TUNER TEA5760
115 #define CONFIG_TUNER_XTAL 32768
117 //#define HAVE_TLV320
119 /* TLV320 has no tone controls, so we use the software ones */
120 #define HAVE_SW_TONE_CONTROLS
122 #define BATTERY_CAPACITY_DEFAULT 700 /* default battery capacity */
123 #define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
124 #define BATTERY_CAPACITY_MAX 2250 /* max. capacity selectable */
125 #define BATTERY_CAPACITY_INC 50 /* capacity increment */
126 #define BATTERY_TYPES_COUNT 1 /* only one type */
128 /* Hardware controlled charging? FIXME */
129 #define CONFIG_CHARGING CHARGING_SIMPLE
131 /* Define this if your LCD can set contrast */
132 //#define HAVE_LCD_CONTRAST
134 /* Define this if you have a Motorola SCF5250 */
135 #define CONFIG_CPU S5L8700
137 /* Define this if you want to use coldfire's i2c interface */
138 #define CONFIG_I2C I2C_S5L8700
140 /* define this if the hardware can be powered off while charging */
141 #define HAVE_POWEROFF_WHILE_CHARGING
143 /* The size of the flash ROM */
144 #define FLASH_SIZE 0x400000
146 /* Define this to the CPU frequency */
147 #define CPU_FREQ 11289600
149 /* Define this if you have ATA power-off control */
150 //#define HAVE_ATA_POWER_OFF
152 /* Offset ( in the firmware file's header ) to the file CRC */
153 #define FIRMWARE_OFFSET_FILE_CRC 0
155 /* Offset ( in the firmware file's header ) to the real data */
156 #define FIRMWARE_OFFSET_FILE_DATA 8
158 /* USB On-the-go */
159 //#define CONFIG_USBOTG USBOTG_M5636
161 /* Define this if you have adjustable CPU frequency */
162 #define HAVE_ADJUSTABLE_CPU_FREQ
164 #define BOOTFILE_EXT "meizu"
165 #define BOOTFILE "rockbox." BOOTFILE_EXT
166 #define BOOTDIR "/.rockbox"
168 #define BOOTLOADER_ENTRYPOINT 0x001F0000
169 #define FLASH_ENTRYPOINT 0x00001000
170 #define FLASH_MAGIC 0xfbfbfbf1
172 /* Define this for FM radio input available */
173 #define HAVE_FMRADIO_IN
175 /** Port-specific settings **/
177 /* Main LCD contrast range and defaults */
178 #define MIN_CONTRAST_SETTING 1
179 #define MAX_CONTRAST_SETTING 30
180 #define DEFAULT_CONTRAST_SETTING 19 /* Match boot contrast */
182 /* Main LCD backlight brightness range and defaults */
183 /* PCF50506 can output 0%-100% duty cycle but D305A expects %15-100%. */
184 #define MIN_BRIGHTNESS_SETTING 1 /* 15/16 (93.75%) */
185 #define MAX_BRIGHTNESS_SETTING 13 /* 3/16 (18.75%) */
186 #define DEFAULT_BRIGHTNESS_SETTING 8 /* 8/16 (50.00%) = x5 boot default */
188 /* Define this if a programmable hotkey is mapped */
189 //#define HAVE_HOTKEY