From 3a88746780aceed6253967b39db753c2c8c8304b Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Sun, 19 Jul 2009 17:31:56 +0000 Subject: D2: A working read/write SD(HC) driver, based on the PP equivalent. See CowonD2Info wiki for usage notes/restrictions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21967 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-cowond2.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'firmware/export/config-cowond2.h') diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 5d65437eab..68e23c8f9c 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -62,7 +62,14 @@ /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE +#ifndef SIMULATOR +#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD) +#define HAVE_MULTIDRIVE +#define HAVE_HOTSWAP +#define NUM_DRIVES 2 +#else #define CONFIG_STORAGE STORAGE_NAND +#endif #define CONFIG_NAND NAND_TCC @@ -150,6 +157,8 @@ /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ +#define INCLUDE_TIMEOUT_API + /* Offset ( in the firmware file's header ) to the file CRC */ #define FIRMWARE_OFFSET_FILE_CRC 0 -- cgit v1.2.3