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:
parent
6d6eb0816a
commit
9d9b8c08de
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue