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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 870ae43785..e887796acc 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1173,7 +1173,10 @@ Lyre prototype 1 */
1173#if CONFIG_USBOTG == USBOTG_ISP1583 1173#if CONFIG_USBOTG == USBOTG_ISP1583
1174#define USB_HAS_BULK 1174#define USB_HAS_BULK
1175#define USB_LEGACY_CONTROL_API 1175#define USB_LEGACY_CONTROL_API
1176#elif (CONFIG_USBOTG == USBOTG_ARC) || \ 1176#elif (CONFIG_USBOTG == USBOTG_DESIGNWARE)
1177#define USB_HAS_BULK
1178#define USB_HAS_INTERRUPT
1179#elif (CONFIG_USBOTG == USBOTG_ARC) || \
1177 (CONFIG_USBOTG == USBOTG_JZ4740) || \ 1180 (CONFIG_USBOTG == USBOTG_JZ4740) || \
1178 (CONFIG_USBOTG == USBOTG_JZ4760) || \ 1181 (CONFIG_USBOTG == USBOTG_JZ4760) || \
1179 (CONFIG_USBOTG == USBOTG_M66591) || \ 1182 (CONFIG_USBOTG == USBOTG_M66591) || \