summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodcolor.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodcolor.h')
-rw-r--r--firmware/export/config-ipodcolor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index 8a4c19eda7..a5850904fa 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -93,6 +93,9 @@
93/* Define this if you want to use the PP5020 i2c interface */ 93/* Define this if you want to use the PP5020 i2c interface */
94#define CONFIG_I2C I2C_PP5020 94#define CONFIG_I2C I2C_PP5020
95 95
96/* We're able to shut off power to the HDD */
97#define HAVE_ATA_POWER_OFF
98
96/* define this if the hardware can be powered off while charging */ 99/* define this if the hardware can be powered off while charging */
97//#define HAVE_POWEROFF_WHILE_CHARGING 100//#define HAVE_POWEROFF_WHILE_CHARGING
98 101