1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jens Arnold 2006-12-31 10:48:53 +00:00
parent 6d6eb0816a
commit 9d9b8c08de

View file

@ -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