summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipod4g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipod4g.h')
-rw-r--r--firmware/export/config-ipod4g.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index d75650ba4f..7d58992ee8 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -104,6 +104,9 @@
104/* Define this if you want to use the PP5020 i2c interface */ 104/* Define this if you want to use the PP5020 i2c interface */
105#define CONFIG_I2C I2C_PP5020 105#define CONFIG_I2C I2C_PP5020
106 106
107/* We're able to shut off power to the HDD */
108#define HAVE_ATA_POWER_OFF
109
107/* define this if the hardware can be powered off while charging */ 110/* define this if the hardware can be powered off while charging */
108//#define HAVE_POWEROFF_WHILE_CHARGING 111//#define HAVE_POWEROFF_WHILE_CHARGING
109 112