summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-12-20 01:33:52 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-12-20 01:33:52 +0000
commitdad5de672f63b1537a0ce480e98a118c7d819180 (patch)
treefc5f289551dc1ddf2c4eb7a20a72318e34c3d62a
parent488061562b82dc44b94617fec79d01e157684c21 (diff)
downloadrockbox-dad5de672f63b1537a0ce480e98a118c7d819180.tar.gz
rockbox-dad5de672f63b1537a0ce480e98a118c7d819180.zip
iRiver has hard drive poweroff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5495 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-h100.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 405e839dd5..a63a60ec57 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -30,4 +30,7 @@
30/* Define this to the CPU frequency */ 30/* Define this to the CPU frequency */
31#define CPU_FREQ 11289600 31#define CPU_FREQ 11289600
32 32
33/* Define this if you have ATA power-off control */
34#define HAVE_ATA_POWER_OFF
35
33#endif 36#endif