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, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index e7cfc698df..efad75f1b2 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -872,8 +872,12 @@ Lyre prototype 1 */
872#ifdef HAVE_BOOTLOADER_USB_MODE 872#ifdef HAVE_BOOTLOADER_USB_MODE
873/* Priority in bootloader is wanted */ 873/* Priority in bootloader is wanted */
874#define HAVE_PRIORITY_SCHEDULING 874#define HAVE_PRIORITY_SCHEDULING
875#if (CONFIG_CPU == S5L8702)
876#define USB_DRIVER_CLOSE
877#else
875#define USB_STATUS_BY_EVENT 878#define USB_STATUS_BY_EVENT
876#define USB_DETECT_BY_REQUEST 879#define USB_DETECT_BY_REQUEST
880#endif
877#if defined(HAVE_USBSTACK) && CONFIG_USBOTG == USBOTG_ARC 881#if defined(HAVE_USBSTACK) && CONFIG_USBOTG == USBOTG_ARC
878#define INCLUDE_TIMEOUT_API 882#define INCLUDE_TIMEOUT_API
879#define USB_DRIVER_CLOSE 883#define USB_DRIVER_CLOSE