diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-12-31 10:48:53 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-12-31 10:48:53 +0000 |
| commit | 9d9b8c08de68f158bf9967a8ec340b10e25b840b (patch) | |
| tree | 484692199bfdf7ec0f5cb508f27ba691dc2b05bd | |
| parent | 6d6eb0816ad38fe8d3f34706a1f26622fb7bc782 (diff) | |
| download | rockbox-9d9b8c08de68f158bf9967a8ec340b10e25b840b.zip rockbox-9d9b8c08de68f158bf9967a8ec340b10e25b840b.tar.gz rockbox-9d9b8c08de68f158bf9967a8ec340b10e25b840b.tar.bz2 rockbox-9d9b8c08de68f158bf9967a8ec340b10e25b840b.tar.xz | |
Another modified-build simplification: Just uncomment the #define for an ATA power-off enabled player build. Read the warning though, and test before flashing such a build for the first time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11874 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-player.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h index 76f3415..0517253 100644 --- a/firmware/export/config-player.h +++ b/firmware/export/config-player.h @@ -33,6 +33,10 @@ /* Define this if you have a SH7034 */ #define CONFIG_CPU SH7034 +/* Uncomment this if you want to enable ATA power-off control. + * Attention, some players crash when ATA power-off is enabled! */ +//#define HAVE_ATA_POWER_OFF + /* Define this if you need to power on ATA */ #define NEEDS_ATA_POWER_ON |