diff options
Diffstat (limited to 'firmware/export/config/samsungyps3.h')
-rw-r--r-- | firmware/export/config/samsungyps3.h | 186 |
1 files changed, 186 insertions, 0 deletions
diff --git a/firmware/export/config/samsungyps3.h b/firmware/export/config/samsungyps3.h new file mode 100644 index 0000000000..cd7cf5050a --- /dev/null +++ b/firmware/export/config/samsungyps3.h | |||
@@ -0,0 +1,186 @@ | |||
1 | /* | ||
2 | * This config file is for Samsung YP-S3 | ||
3 | */ | ||
4 | |||
5 | #define TARGET_TREE /* this target is using the target tree system */ | ||
6 | |||
7 | /* For Rolo and boot loader */ | ||
8 | #define MODEL_NUMBER 53 | ||
9 | |||
10 | #define MODEL_NAME "Samsumg YP-S3" | ||
11 | |||
12 | /* define this if you have recording possibility */ | ||
13 | //#define HAVE_RECORDING | ||
14 | |||
15 | /* Define bitmask of input sources - recordable bitmask can be defined | ||
16 | explicitly if different */ | ||
17 | #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) | ||
18 | |||
19 | /* define the bitmask of hardware sample rates */ | ||
20 | #define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) | ||
21 | |||
22 | /* define the bitmask of recording sample rates */ | ||
23 | #define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) | ||
24 | |||
25 | /* define this if you have a bitmap LCD display */ | ||
26 | #define HAVE_LCD_BITMAP | ||
27 | |||
28 | /* define this if you can flip your LCD */ | ||
29 | //#define HAVE_LCD_FLIP | ||
30 | |||
31 | /* define this if you have a colour LCD */ | ||
32 | #define HAVE_LCD_COLOR | ||
33 | |||
34 | /* define this if you want album art for this target */ | ||
35 | #define HAVE_ALBUMART | ||
36 | |||
37 | /* define this to enable bitmap scaling */ | ||
38 | #define HAVE_BMP_SCALING | ||
39 | |||
40 | /* define this to enable JPEG decoding */ | ||
41 | #define HAVE_JPEG | ||
42 | |||
43 | /* define this if you can invert the colours on your LCD */ | ||
44 | //#define HAVE_LCD_INVERT | ||
45 | |||
46 | /* define this if you have access to the quickscreen */ | ||
47 | #define HAVE_QUICKSCREEN | ||
48 | |||
49 | /* define this if you have access to the pitchscreen */ | ||
50 | #define HAVE_PITCHSCREEN | ||
51 | |||
52 | /* define this if you would like tagcache to build on this target */ | ||
53 | #define HAVE_TAGCACHE | ||
54 | |||
55 | /* define this if you have a flash memory storage */ | ||
56 | #define HAVE_FLASH_STORAGE | ||
57 | |||
58 | #define CONFIG_STORAGE STORAGE_NAND | ||
59 | |||
60 | #define CONFIG_NAND NAND_SAMSUNG | ||
61 | |||
62 | /* LCD dimensions */ | ||
63 | #define LCD_WIDTH 176 | ||
64 | #define LCD_HEIGHT 220 | ||
65 | #define LCD_DEPTH 16 /* pseudo 262.144 colors */ | ||
66 | #define LCD_PIXELFORMAT RGB565 /* rgb565 */ | ||
67 | |||
68 | /* Define this if your LCD can be enabled/disabled */ | ||
69 | //#define HAVE_LCD_ENABLE | ||
70 | |||
71 | /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE | ||
72 | should be defined as well. */ | ||
73 | //#define HAVE_LCD_SLEEP | ||
74 | |||
75 | /* We have button lights */ | ||
76 | #define HAVE_BUTTON_LIGHT | ||
77 | |||
78 | #define CONFIG_KEYPAD MEIZU_M3_PAD | ||
79 | |||
80 | /* We have headphone detection */ | ||
81 | #define HAVE_HEADPHONE_DETECTION | ||
82 | |||
83 | //#define AB_REPEAT_ENABLE 1 | ||
84 | //#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE | ||
85 | |||
86 | /* Define this if you do software codec */ | ||
87 | #define CONFIG_CODEC SWCODEC | ||
88 | |||
89 | /* define this if you have a real-time clock */ | ||
90 | #define CONFIG_RTC RTC_S35390A | ||
91 | |||
92 | /* Define the type of audio codec */ | ||
93 | //#define HAVE_WM.... | ||
94 | |||
95 | /* Define this for LCD backlight available */ | ||
96 | #define HAVE_BACKLIGHT | ||
97 | #define HAVE_BACKLIGHT_BRIGHTNESS | ||
98 | |||
99 | /* Define this if you have a software controlled poweroff */ | ||
100 | #define HAVE_SW_POWEROFF | ||
101 | |||
102 | /* The number of bytes reserved for loadable codecs */ | ||
103 | #define CODEC_SIZE 0x100000 | ||
104 | |||
105 | /* The number of bytes reserved for loadable plugins */ | ||
106 | #define PLUGIN_BUFFER_SIZE 0x80000 | ||
107 | |||
108 | /* FM Tuner */ | ||
109 | #define CONFIG_TUNER SI4700 | ||
110 | #define CONFIG_TUNER_XTAL 32768 | ||
111 | |||
112 | /* assume no tone controls, so we use the software ones */ | ||
113 | #define HAVE_SW_TONE_CONTROLS | ||
114 | |||
115 | #define BATTERY_CAPACITY_DEFAULT 580 /* default battery capacity */ | ||
116 | #define BATTERY_CAPACITY_MIN 580 /* min. capacity selectable */ | ||
117 | #define BATTERY_CAPACITY_MAX 580 /* max. capacity selectable */ | ||
118 | #define BATTERY_CAPACITY_INC 0 /* capacity increment */ | ||
119 | #define BATTERY_TYPES_COUNT 1 /* only one type */ | ||
120 | |||
121 | /* Hardware controlled charging, software can monitor plug and charge state */ | ||
122 | #define CONFIG_CHARGING CHARGING_MONITOR | ||
123 | |||
124 | #ifndef SIMULATOR | ||
125 | |||
126 | /* Define this if your LCD can set contrast */ | ||
127 | //#define HAVE_LCD_CONTRAST | ||
128 | |||
129 | /* We have a Samsung S5L8700 */ | ||
130 | #define CONFIG_CPU S5L8700 | ||
131 | |||
132 | /* We use the S5L8700 i2c interface */ | ||
133 | #define CONFIG_I2C I2C_S5L8700 | ||
134 | |||
135 | /* define this if the hardware can be powered off while charging */ | ||
136 | //#define HAVE_POWEROFF_WHILE_CHARGING | ||
137 | |||
138 | /* The size of the flash ROM */ | ||
139 | #define FLASH_SIZE 0x400000 | ||
140 | |||
141 | /* Define this to the CPU frequency */ | ||
142 | #define CPU_FREQ 200000000 | ||
143 | |||
144 | /* Define this if you have ATA power-off control */ | ||
145 | //#define HAVE_ATA_POWER_OFF | ||
146 | |||
147 | /* Offset ( in the firmware file's header ) to the file CRC */ | ||
148 | #define FIRMWARE_OFFSET_FILE_CRC 0 | ||
149 | |||
150 | /* Offset ( in the firmware file's header ) to the real data */ | ||
151 | #define FIRMWARE_OFFSET_FILE_DATA 8 | ||
152 | |||
153 | /* USB */ | ||
154 | //#define HAVE_USBSTACK | ||
155 | #define USE_ROCKBOX_USB | ||
156 | #define USB_VENDOR_ID 0x04E8 | ||
157 | #define USB_PRODUCT_ID 0x5090 | ||
158 | |||
159 | /* Define this if you have adjustable CPU frequency */ | ||
160 | #define HAVE_ADJUSTABLE_CPU_FREQ | ||
161 | |||
162 | #define BOOTFILE_EXT "yps3" | ||
163 | #define BOOTFILE "rockbox." BOOTFILE_EXT | ||
164 | #define BOOTDIR "/.rockbox" | ||
165 | |||
166 | //#define BOOTLOADER_ENTRYPOINT 0x001F0000 | ||
167 | //#define FLASH_ENTRYPOINT 0x00001000 | ||
168 | //#define FLASH_MAGIC 0xfbfbfbf1 | ||
169 | |||
170 | #endif /* SIMULATOR */ | ||
171 | |||
172 | /* Define this for FM radio input available */ | ||
173 | #define HAVE_FMRADIO_IN | ||
174 | |||
175 | /** Port-specific settings **/ | ||
176 | |||
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 */ | ||
181 | |||
182 | /* Main LCD backlight brightness range and defaults */ | ||
183 | #define MIN_BRIGHTNESS_SETTING 0 | ||
184 | #define MAX_BRIGHTNESS_SETTING 15 | ||
185 | #define DEFAULT_BRIGHTNESS_SETTING 10 | ||
186 | |||