summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat-s.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2009-03-12 06:31:40 +0000
committerMichael Sevakis <jethead71@rockbox.org>2009-03-12 06:31:40 +0000
commita1a332e04bf937d164746f06c8f71fab547fc271 (patch)
tree71fbd805fb2689746e69fabf980e88ed661ab893 /firmware/export/config-gigabeat-s.h
parentbc8cab4c24a0891182ac9711c67165a9e3373b1c (diff)
downloadrockbox-a1a332e04bf937d164746f06c8f71fab547fc271.tar.gz
rockbox-a1a332e04bf937d164746f06c8f71fab547fc271.zip
Gigabeat S: Implement MDMA and UDMA disk access for bootloader and main binary. Add a needed SDMA API to check channel errors. Increase audio DMA channels' priority as required. Reads and writes measure faster accross all test_disk tests and especially at 4KB and 1MB.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20299 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-gigabeat-s.h')
-rw-r--r--firmware/export/config-gigabeat-s.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index f55a4fd382..17ee39352c 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -186,6 +186,9 @@
186/* Define this if you have ATA power-off control */ 186/* Define this if you have ATA power-off control */
187#define HAVE_ATA_POWER_OFF 187#define HAVE_ATA_POWER_OFF
188 188
189/* Define this to add support for ATA DMA */
190#define HAVE_ATA_DMA
191
189/* Virtual LED (icon) */ 192/* Virtual LED (icon) */
190#define CONFIG_LED LED_VIRTUAL 193#define CONFIG_LED LED_VIRTUAL
191 194