summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-12-31 10:48:53 +0000
committerJens Arnold <amiconn@rockbox.org>2006-12-31 10:48:53 +0000
commit9d9b8c08de68f158bf9967a8ec340b10e25b840b (patch)
tree484692199bfdf7ec0f5cb508f27ba691dc2b05bd
parent6d6eb0816ad38fe8d3f34706a1f26622fb7bc782 (diff)
downloadrockbox-9d9b8c08de68f158bf9967a8ec340b10e25b840b.tar.gz
rockbox-9d9b8c08de68f158bf9967a8ec340b10e25b840b.zip
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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 76f3415db3..0517253f3c 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -33,6 +33,10 @@
33/* Define this if you have a SH7034 */ 33/* Define this if you have a SH7034 */
34#define CONFIG_CPU SH7034 34#define CONFIG_CPU SH7034
35 35
36/* Uncomment this if you want to enable ATA power-off control.
37 * Attention, some players crash when ATA power-off is enabled! */
38//#define HAVE_ATA_POWER_OFF
39
36/* Define this if you need to power on ATA */ 40/* Define this if you need to power on ATA */
37#define NEEDS_ATA_POWER_ON 41#define NEEDS_ATA_POWER_ON
38 42