summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-08-03 12:05:47 +0000
committerJens Arnold <amiconn@rockbox.org>2007-08-03 12:05:47 +0000
commitccf51927b9d13b53f41a3edc566da2fcba184a64 (patch)
tree066d6079bb4bad312543fbb167a250a2a7d48d5d /firmware/export
parent73970f4997de03d0680106548014052d3c67741b (diff)
downloadrockbox-ccf51927b9d13b53f41a3edc566da2fcba184a64.tar.gz
rockbox-ccf51927b9d13b53f41a3edc566da2fcba184a64.zip
Disk poweroff for 1st/2nd gen iPods.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14157 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ipod1g2g.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipod1g2g.h b/firmware/export/config-ipod1g2g.h
index 37ebb32f86..4ee434f732 100644
--- a/firmware/export/config-ipod1g2g.h
+++ b/firmware/export/config-ipod1g2g.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