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.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 15b137588e..7fb41d8d83 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -439,6 +439,8 @@
439#if CONFIG_CPU == IMX31L 439#if CONFIG_CPU == IMX31L
440/* Priority in bootloader is wanted */ 440/* Priority in bootloader is wanted */
441#define HAVE_PRIORITY_SCHEDULING 441#define HAVE_PRIORITY_SCHEDULING
442#define USB_STATUS_BY_EVENT
443#define USB_DETECT_BY_DRV
442#endif 444#endif
443 445
444#else /* !BOOTLOADER */ 446#else /* !BOOTLOADER */
@@ -452,13 +454,18 @@
452 454
453#define HAVE_SEMAPHORE_OBJECTS 455#define HAVE_SEMAPHORE_OBJECTS
454 456
455#ifdef TOSHIBA_GIGABEAT_F 457#if defined(HAVE_USBSTACK) && CONFIG_USBOTG == USBOTG_ARC
456#define HAVE_WAKEUP_OBJECTS 458#define USB_STATUS_BY_EVENT
459#define USB_DETECT_BY_DRV
460#if CONFIG_CPU != IMX31L
461#define INCLUDE_TIMEOUT_API
457#endif 462#endif
463#endif /* HAVE_USBSTACK */
458 464
459#endif /* BOOTLOADER */ 465#endif /* BOOTLOADER */
460 466
461#if defined(HAVE_USBSTACK) || (CONFIG_CPU == JZ4732) || (CONFIG_CPU == AS3525) 467#if defined(HAVE_USBSTACK) || (CONFIG_CPU == JZ4732) \
468 || (CONFIG_CPU == AS3525) || (CONFIG_CPU == S3C2440)
462#define HAVE_WAKEUP_OBJECTS 469#define HAVE_WAKEUP_OBJECTS
463#endif 470#endif
464 471