summaryrefslogtreecommitdiff
path: root/firmware/export/config-player.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-player.h')
-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