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.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 95bf2fb73b..406ef509c8 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -788,13 +788,12 @@ Lyre prototype 1*/
788/* Define the implemented USB transport classes */ 788/* Define the implemented USB transport classes */
789#if CONFIG_USBOTG == USBOTG_ISP1583 789#if CONFIG_USBOTG == USBOTG_ISP1583
790#define USB_HAS_BULK 790#define USB_HAS_BULK
791#elif CONFIG_USBOTG == USBOTG_ARC 791#elif (CONFIG_USBOTG == USBOTG_ARC) || \
792 (CONFIG_USBOTG == USBOTG_JZ4740) || \
793 (CONFIG_USBOTG == USBOTG_M66591)
792#define USB_HAS_BULK 794#define USB_HAS_BULK
793#define USB_HAS_INTERRUPT 795#define USB_HAS_INTERRUPT
794#elif CONFIG_USBOTG == USBOTG_JZ4740 796#elif defined(CPU_TCC780X) || defined(CPU_TCC77X)
795#define USB_HAS_BULK
796#define USB_HAS_INTERRUPT
797#elif defined(CPU_TCC780X) || defined(CPU_TCC77X) || defined(MROBE_500)
798#define USB_HAS_BULK 797#define USB_HAS_BULK
799#endif /* CONFIG_USBOTG */ 798#endif /* CONFIG_USBOTG */
800 799