summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 7d36289ff2..73ecca1495 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -173,6 +173,7 @@
173#define I2C_DM320 12 /* DM320 style */ 173#define I2C_DM320 12 /* DM320 style */
174#define I2C_S5L8700 13 174#define I2C_S5L8700 13
175#define I2C_JZ47XX 14 /* Ingenic Jz47XX style */ 175#define I2C_JZ47XX 14 /* Ingenic Jz47XX style */
176#define I2C_AS3525 15
176 177
177/* CONFIG_LED */ 178/* CONFIG_LED */
178#define LED_REAL 1 /* SW controlled LED (Archos recorders, player) */ 179#define LED_REAL 1 /* SW controlled LED (Archos recorders, player) */
@@ -199,6 +200,7 @@
199#define RTC_S5L8700 14 200#define RTC_S5L8700 14
200#define RTC_S35390A 15 201#define RTC_S35390A 15
201#define RTC_JZ47XX 16 /* Ingenic Jz47XX */ 202#define RTC_JZ47XX 16 /* Ingenic Jz47XX */
203#define RTC_AS3525 17
202 204
203/* USB On-the-go */ 205/* USB On-the-go */
204#define USBOTG_ISP1362 1362 /* iriver H300 */ 206#define USBOTG_ISP1362 1362 /* iriver H300 */
@@ -206,6 +208,7 @@
206#define USBOTG_M5636 5636 /* iAudio X5 */ 208#define USBOTG_M5636 5636 /* iAudio X5 */
207#define USBOTG_ARC 5020 /* PortalPlayer 502x */ 209#define USBOTG_ARC 5020 /* PortalPlayer 502x */
208#define USBOTG_JZ4740 4740 /* Ingenic Jz4740/Jz4732 */ 210#define USBOTG_JZ4740 4740 /* Ingenic Jz4740/Jz4732 */
211#define USBOTG_AS3525 3525 /* AMS AS3525 */
209 212
210/* Multiple cores */ 213/* Multiple cores */
211#define CPU 0 214#define CPU 0
@@ -306,6 +309,10 @@
306#include "config-ondavx767.h" 309#include "config-ondavx767.h"
307#elif defined(SANSA_CLIP) 310#elif defined(SANSA_CLIP)
308#include "config-clip.h" 311#include "config-clip.h"
312#elif defined(SANSA_E200V2)
313#include "config-e200v2.h"
314#elif defined(SANSA_M200V2)
315#include "config-m200v2.h"
309#else 316#else
310/* no known platform */ 317/* no known platform */
311#endif 318#endif