From a1a332e04bf937d164746f06c8f71fab547fc271 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Thu, 12 Mar 2009 06:31:40 +0000 Subject: 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 --- firmware/export/config-gigabeat-s.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-gigabeat-s.h') 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 @@ /* Define this if you have ATA power-off control */ #define HAVE_ATA_POWER_OFF +/* Define this to add support for ATA DMA */ +#define HAVE_ATA_DMA + /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL -- cgit v1.2.3