From 9d9b8c08de68f158bf9967a8ec340b10e25b840b Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 31 Dec 2006 10:48:53 +0000 Subject: 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 --- firmware/export/config-player.h | 4 ++++ 1 file changed, 4 insertions(+) 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 @@ /* 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 -- cgit v1.2.3