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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 070bd959b7..5e986d47b9 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -276,6 +276,7 @@ Lyre prototype 1 */
276#define USBOTG_ARC 5020 /* PortalPlayer 502x */ 276#define USBOTG_ARC 5020 /* PortalPlayer 502x */
277#define USBOTG_JZ4740 4740 /* Ingenic Jz4740/Jz4732 */ 277#define USBOTG_JZ4740 4740 /* Ingenic Jz4740/Jz4732 */
278#define USBOTG_AS3525 3525 /* AMS AS3525 */ 278#define USBOTG_AS3525 3525 /* AMS AS3525 */
279#define USBOTG_AS3525v2 3535 /* AMS AS3525v2 */
279#define USBOTG_S3C6400X 6400 /* Samsung S3C6400X, also used in the S5L8701 */ 280#define USBOTG_S3C6400X 6400 /* Samsung S3C6400X, also used in the S5L8701 */
280 281
281/* Multiple cores */ 282/* Multiple cores */
@@ -912,10 +913,11 @@ Lyre prototype 1 */
912 913
913#ifndef SIMULATOR 914#ifndef SIMULATOR
914//#define USB_ENABLE_SERIAL 915//#define USB_ENABLE_SERIAL
915#define USB_ENABLE_STORAGE 916//#define USB_ENABLE_STORAGE
916 917
917#ifdef USB_HAS_INTERRUPT 918#ifdef USB_HAS_INTERRUPT
918#define USB_ENABLE_HID 919//#define USB_ENABLE_HID
920#define USB_ENABLE_CHARGING_ONLY
919#else 921#else
920#define USB_ENABLE_CHARGING_ONLY 922#define USB_ENABLE_CHARGING_ONLY
921#endif 923#endif