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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 910aeca4eb..a1327558ed 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -122,6 +122,7 @@
122/* CONFIG_LED */ 122/* CONFIG_LED */
123#define LED_REAL 1 /* SW controlled LED (Archos recorders, player, Gmini) */ 123#define LED_REAL 1 /* SW controlled LED (Archos recorders, player, Gmini) */
124#define LED_VIRTUAL 2 /* Virtual LED (icon) (Archos Ondio) */ 124#define LED_VIRTUAL 2 /* Virtual LED (icon) (Archos Ondio) */
125/* else HW controlled LED (iRiver H1x0) */
125 126
126/* CONFIG_FLASH */ 127/* CONFIG_FLASH */
127#define FLASH_IFP7XX 1 128#define FLASH_IFP7XX 1
@@ -132,7 +133,8 @@
132#define RTC_PCF50606 3 /* iriver H300 */ 133#define RTC_PCF50606 3 /* iriver H300 */
133#define RTC_S3C2440 4 134#define RTC_S3C2440 4
134 135
135/* else HW controlled LED (iRiver H1x0) */ 136/* USB On-the-go */
137#define USBOTG_ISP1362 1362
136 138
137/* now go and pick yours */ 139/* now go and pick yours */
138#if defined(ARCHOS_PLAYER) 140#if defined(ARCHOS_PLAYER)