summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-08-03 22:54:33 +0000
committerJens Arnold <amiconn@rockbox.org>2007-08-03 22:54:33 +0000
commit7f85b5b907d8f9a5545e3bfec80c19c3083cd303 (patch)
treeb56e6fe060a570d2598f73d054f16aa554add042 /firmware/export
parent5490f6c78afe7e8d472c0e2999c3586a83916b0e (diff)
downloadrockbox-7f85b5b907d8f9a5545e3bfec80c19c3083cd303.tar.gz
rockbox-7f85b5b907d8f9a5545e3bfec80c19c3083cd303.zip
Disk poweroff for 3rd gen iPods.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14171 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ipod3g.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index 466fb19601..b356fc5ac0 100644
--- a/firmware/export/config-ipod3g.h
+++ b/firmware/export/config-ipod3g.h
@@ -73,6 +73,9 @@
73/* Define this if you have a PortalPlayer PP5002 */ 73/* Define this if you have a PortalPlayer PP5002 */
74#define CONFIG_CPU PP5002 74#define CONFIG_CPU PP5002
75 75
76/* We're able to shut off power to the HDD */
77#define HAVE_ATA_POWER_OFF
78
76/* Define this if you want to use the PP5002 i2c interface */ 79/* Define this if you want to use the PP5002 i2c interface */
77#define CONFIG_I2C I2C_PP5002 80#define CONFIG_I2C I2C_PP5002
78 81