diff options
author | Jens Arnold <amiconn@rockbox.org> | 2004-11-20 14:17:43 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2004-11-20 14:17:43 +0000 |
commit | 7ebb5d915e3a39003aa2b88d78c450afe0ef8281 (patch) | |
tree | 713461d9c316168bb7c1d5e08482fdfe8c3e6515 /firmware/export/config-player.h | |
parent | bdba1d00c07011e97ebee4d36e0f0b49fd8a17d1 (diff) |
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.h | 7 |
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 @@ /* Define this if you have a DAC3550A */ #define HAVE_DAC3550A +/* Define this if you need to power on ATA */ +#define NEEDS_ATA_POWER_ON + +/* Define this if you control ata power player style + (with PB4, new player only) */ +#define ATA_POWER_PLAYERSTYLE + /* Define this to the CPU frequency */ #define CPU_FREQ 12000000 /* cycle time ~83.3ns */ |