summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2008-11-26 16:02:00 +0000
committerRafaël Carré <rafael.carre@gmail.com>2008-11-26 16:02:00 +0000
commita39e4e9962109e77482d85609fbc452bd163e620 (patch)
treeebabb96a3d45a71a9a9aa6e332fe51dd4c4e0600 /firmware/export/config.h
parentaaaf609996bf8e5c651fcf3aa20399a27f953cbc (diff)
downloadrockbox-a39e4e9962109e77482d85609fbc452bd163e620.tar.gz
rockbox-a39e4e9962109e77482d85609fbc452bd163e620.zip
Sansa AMS: use non-busy wakeup to signal end of DMA transfer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19233 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 7f72cde7d4..221e9a8124 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -434,7 +434,7 @@
434 434
435#endif /* BOOTLOADER */ 435#endif /* BOOTLOADER */
436 436
437#if defined(HAVE_USBSTACK) || (CONFIG_CPU == JZ4732) 437#if defined(HAVE_USBSTACK) || (CONFIG_CPU == JZ4732) || (CONFIG_CPU == AS3525)
438#define HAVE_WAKEUP_OBJECTS 438#define HAVE_WAKEUP_OBJECTS
439#endif 439#endif
440 440