summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200.h
diff options
context:
space:
mode:
authorMark Arigo <markarigo@gmail.com>2008-05-13 02:50:31 +0000
committerMark Arigo <markarigo@gmail.com>2008-05-13 02:50:31 +0000
commit3e743ec6c9685ef3b7d9729e2b21236bf66bed93 (patch)
tree199570de7b6cb44ef7ccf26090fbbaa061b6101c /firmware/export/config-e200.h
parent76567482215b9d786ba329072b715729ea506b7e (diff)
downloadrockbox-3e743ec6c9685ef3b7d9729e2b21236bf66bed93.tar.gz
rockbox-3e743ec6c9685ef3b7d9729e2b21236bf66bed93.zip
Preparing for the Philips SA9200 part 2. Since the SA9200 doesn't have a microsd card (no hotswap), use HAVE_ATA_SD for the Sansa flash driver so we don't rely on HAVE_HOTSWAP in some places.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17488 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-e200.h')
-rw-r--r--firmware/export/config-e200.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index c49ee23841..8d42dd2618 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -108,6 +108,9 @@
108/* define this if you have a flash memory storage */ 108/* define this if you have a flash memory storage */
109#define HAVE_FLASH_STORAGE 109#define HAVE_FLASH_STORAGE
110 110
111/* define this if the flash memory uses the SecureDigital Memory Card protocol */
112#define HAVE_ATA_SD
113
111#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */ 114#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */
112#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ 115#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */
113#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */ 116#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */