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