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 5148096a30..6e4f9d05c9 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -554,7 +554,8 @@ Lyre prototype 1*/
554#endif /* BOOTLOADER */ 554#endif /* BOOTLOADER */
555 555
556#if defined(HAVE_USBSTACK) || (CONFIG_CPU == JZ4732) \ 556#if defined(HAVE_USBSTACK) || (CONFIG_CPU == JZ4732) \
557 || (CONFIG_CPU == AS3525) || (CONFIG_CPU == S3C2440) 557 || (CONFIG_CPU == AS3525) || (CONFIG_CPU == S3C2440) \
558 || (CONFIG_CPU == S5L8700)
558#define HAVE_WAKEUP_OBJECTS 559#define HAVE_WAKEUP_OBJECTS
559#endif 560#endif
560 561