summaryrefslogtreecommitdiff
path: root/firmware/export/config-player.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-11-20 14:17:43 +0000
committerJens Arnold <amiconn@rockbox.org>2004-11-20 14:17:43 +0000
commit7ebb5d915e3a39003aa2b88d78c450afe0ef8281 (patch)
tree713461d9c316168bb7c1d5e08482fdfe8c3e6515 /firmware/export/config-player.h
parentbdba1d00c07011e97ebee4d36e0f0b49fd8a17d1 (diff)
downloadrockbox-7ebb5d915e3a39003aa2b88d78c450afe0ef8281.tar.gz
rockbox-7ebb5d915e3a39003aa2b88d78c450afe0ef8281.zip
Moved player ATA power handling to the correct functions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5449 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-player.h')
-rw-r--r--firmware/export/config-player.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 0b75f6eefa..5a8f080669 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -19,6 +19,13 @@
19/* Define this if you have a DAC3550A */ 19/* Define this if you have a DAC3550A */
20#define HAVE_DAC3550A 20#define HAVE_DAC3550A
21 21
22/* Define this if you need to power on ATA */
23#define NEEDS_ATA_POWER_ON
24
25/* Define this if you control ata power player style
26 (with PB4, new player only) */
27#define ATA_POWER_PLAYERSTYLE
28
22/* Define this to the CPU frequency */ 29/* Define this to the CPU frequency */
23#define CPU_FREQ 12000000 /* cycle time ~83.3ns */ 30#define CPU_FREQ 12000000 /* cycle time ~83.3ns */
24 31