TARGET_TREE is not needed anymore
[maemo-rb.git] / firmware / export / config / samsungyps3.h
blob93140561ebb036c99ab3cc9d460d026dfc4aff37
1 /*
2 * This config file is for Samsung YP-S3
3 */
5 /* For Rolo and boot loader */
6 #define MODEL_NUMBER 53
8 #define MODEL_NAME "Samsumg YP-S3"
10 /* define this if you have recording possibility */
11 //#define HAVE_RECORDING
13 /* Define bitmask of input sources - recordable bitmask can be defined
14 explicitly if different */
15 #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO)
17 /* define the bitmask of hardware sample rates */
18 #define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
20 /* define the bitmask of recording sample rates */
21 #define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
23 /* define this if you have a bitmap LCD display */
24 #define HAVE_LCD_BITMAP
26 /* define this if you can flip your LCD */
27 //#define HAVE_LCD_FLIP
29 /* define this if you have a colour LCD */
30 #define HAVE_LCD_COLOR
32 /* define this if you want album art for this target */
33 #define HAVE_ALBUMART
35 /* define this to enable bitmap scaling */
36 #define HAVE_BMP_SCALING
38 /* define this to enable JPEG decoding */
39 #define HAVE_JPEG
41 /* define this if you can invert the colours on your LCD */
42 //#define HAVE_LCD_INVERT
44 /* define this if you have access to the quickscreen */
45 #define HAVE_QUICKSCREEN
47 /* define this if you have access to the pitchscreen */
48 #define HAVE_PITCHSCREEN
50 /* define this if you would like tagcache to build on this target */
51 #define HAVE_TAGCACHE
53 /* define this if you have a flash memory storage */
54 #define HAVE_FLASH_STORAGE
56 #define CONFIG_STORAGE STORAGE_NAND
58 #define CONFIG_NAND NAND_SAMSUNG
60 /* LCD dimensions */
61 #define LCD_WIDTH 176
62 #define LCD_HEIGHT 220
63 #define LCD_DEPTH 16 /* pseudo 262.144 colors */
64 #define LCD_PIXELFORMAT RGB565 /* rgb565 */
66 /* Define this if your LCD can be enabled/disabled */
67 //#define HAVE_LCD_ENABLE
69 /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
70 should be defined as well. */
71 //#define HAVE_LCD_SLEEP
73 /* We have button lights */
74 #define HAVE_BUTTON_LIGHT
76 #define CONFIG_KEYPAD MEIZU_M3_PAD
78 /* We have headphone detection */
79 #define HAVE_HEADPHONE_DETECTION
81 //#define AB_REPEAT_ENABLE
82 //#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
84 /* Define this if you do software codec */
85 #define CONFIG_CODEC SWCODEC
87 /* define this if you have a real-time clock */
88 #define CONFIG_RTC RTC_S35390A
90 /* Define the type of audio codec */
91 //#define HAVE_WM....
93 /* Define this for LCD backlight available */
94 #define HAVE_BACKLIGHT
95 #define HAVE_BACKLIGHT_BRIGHTNESS
97 /* Define this if you have a software controlled poweroff */
98 #define HAVE_SW_POWEROFF
100 /* The number of bytes reserved for loadable codecs */
101 #define CODEC_SIZE 0x100000
103 /* The number of bytes reserved for loadable plugins */
104 #define PLUGIN_BUFFER_SIZE 0x80000
106 /* FM Tuner */
107 #define CONFIG_TUNER SI4700
108 #define CONFIG_TUNER_XTAL 32768
110 /* assume no tone controls, so we use the software ones */
111 #define HAVE_SW_TONE_CONTROLS
113 #define BATTERY_CAPACITY_DEFAULT 580 /* default battery capacity */
114 #define BATTERY_CAPACITY_MIN 580 /* min. capacity selectable */
115 #define BATTERY_CAPACITY_MAX 580 /* max. capacity selectable */
116 #define BATTERY_CAPACITY_INC 0 /* capacity increment */
117 #define BATTERY_TYPES_COUNT 1 /* only one type */
119 #define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
121 /* Hardware controlled charging, software can monitor plug and charge state */
122 #define CONFIG_CHARGING CHARGING_MONITOR
124 /* Define this if your LCD can set contrast */
125 //#define HAVE_LCD_CONTRAST
127 /* We have a Samsung S5L8700 */
128 #define CONFIG_CPU S5L8700
130 /* We use the S5L8700 i2c interface */
131 #define CONFIG_I2C I2C_S5L8700
133 /* define this if the hardware can be powered off while charging */
134 //#define HAVE_POWEROFF_WHILE_CHARGING
136 /* The size of the flash ROM */
137 #define FLASH_SIZE 0x400000
139 /* Define this to the CPU frequency */
140 #define CPU_FREQ 200000000
142 /* Define this if you have ATA power-off control */
143 //#define HAVE_ATA_POWER_OFF
145 /* Offset ( in the firmware file's header ) to the file CRC */
146 #define FIRMWARE_OFFSET_FILE_CRC 0
148 /* Offset ( in the firmware file's header ) to the real data */
149 #define FIRMWARE_OFFSET_FILE_DATA 8
151 /* USB */
152 //#define HAVE_USBSTACK
153 #define USE_ROCKBOX_USB
154 #define USB_VENDOR_ID 0x04E8
155 #define USB_PRODUCT_ID 0x5090
157 /* Define this if you have adjustable CPU frequency */
158 #define HAVE_ADJUSTABLE_CPU_FREQ
160 #define BOOTFILE_EXT "yps3"
161 #define BOOTFILE "rockbox." BOOTFILE_EXT
162 #define BOOTDIR "/.rockbox"
164 //#define BOOTLOADER_ENTRYPOINT 0x001F0000
165 //#define FLASH_ENTRYPOINT 0x00001000
166 //#define FLASH_MAGIC 0xfbfbfbf1
168 /* Define this for FM radio input available */
169 #define HAVE_FMRADIO_IN
171 /** Port-specific settings **/
173 /* Main LCD contrast range and defaults */
174 #define MIN_CONTRAST_SETTING 1
175 #define MAX_CONTRAST_SETTING 30
176 #define DEFAULT_CONTRAST_SETTING 19 /* Match boot contrast */
178 /* Main LCD backlight brightness range and defaults */
179 #define MIN_BRIGHTNESS_SETTING 0
180 #define MAX_BRIGHTNESS_SETTING 15
181 #define DEFAULT_BRIGHTNESS_SETTING 10
183 /* Define this if a programmable hotkey is mapped */
184 #define HAVE_HOTKEY