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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 5cdf46dcfd..696c923bb6 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -250,6 +250,7 @@ Lyre prototype 1*/
250#define RTC_JZ47XX 16 /* Ingenic Jz47XX */ 250#define RTC_JZ47XX 16 /* Ingenic Jz47XX */
251 251
252/* USB On-the-go */ 252/* USB On-the-go */
253#define USBOTG_M66591 6591 /* M:Robe 500 */
253#define USBOTG_ISP1362 1362 /* iriver H300 */ 254#define USBOTG_ISP1362 1362 /* iriver H300 */
254#define USBOTG_ISP1583 1583 /* Creative Zen Vision:M */ 255#define USBOTG_ISP1583 1583 /* Creative Zen Vision:M */
255#define USBOTG_M5636 5636 /* iAudio X5 */ 256#define USBOTG_M5636 5636 /* iAudio X5 */
@@ -775,7 +776,7 @@ Lyre prototype 1*/
775#elif CONFIG_USBOTG == USBOTG_JZ4740 776#elif CONFIG_USBOTG == USBOTG_JZ4740
776#define USB_HAS_BULK 777#define USB_HAS_BULK
777#define USB_HAS_INTERRUPT 778#define USB_HAS_INTERRUPT
778#elif defined(CPU_TCC780X) || defined(CPU_TCC77X) 779#elif defined(CPU_TCC780X) || defined(CPU_TCC77X) || defined(MROBE_500)
779#define USB_HAS_BULK 780#define USB_HAS_BULK
780#endif /* CONFIG_USBOTG */ 781#endif /* CONFIG_USBOTG */
781 782