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