summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipod3g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipod3g.h')
-rw-r--r--firmware/export/config-ipod3g.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index d0d2d0664c..831ff40c1d 100644
--- a/firmware/export/config-ipod3g.h
+++ b/firmware/export/config-ipod3g.h
@@ -54,6 +54,9 @@
54 54
55#ifndef SIMULATOR 55#ifndef SIMULATOR
56 56
57/* Define this if your LCD can be enabled/disabled */
58#define HAVE_LCD_ENABLE
59
57/* Define this if you have a PortalPlayer PP5002 */ 60/* Define this if you have a PortalPlayer PP5002 */
58#define CONFIG_CPU PP5002 61#define CONFIG_CPU PP5002
59 62
@@ -103,4 +106,4 @@
103#define BOOTFILE_EXT "ipod" 106#define BOOTFILE_EXT "ipod"
104#define BOOTFILE "rockbox." BOOTFILE_EXT 107#define BOOTFILE "rockbox." BOOTFILE_EXT
105 108
106#endif 109#endif /* SIMULATOR */