summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-e200.h4
-rw-r--r--firmware/export/config.h1
2 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index c61b1376d5..d477289f01 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -84,8 +84,8 @@
84/* Define this if you have a PortalPlayer PP5024 */ 84/* Define this if you have a PortalPlayer PP5024 */
85#define CONFIG_CPU PP5024 85#define CONFIG_CPU PP5024
86 86
87/* Define this if you want to use the PP5020 i2c interface */ 87/* Define this if you want to use the PP5024 i2c interface */
88#define CONFIG_I2C I2C_PP5020 88#define CONFIG_I2C I2C_PP5024
89 89
90/* Type of mobile power */ 90/* Type of mobile power */
91#define CONFIG_BATTERY BATT_LIION750 91#define CONFIG_BATTERY BATT_LIION750
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 9d537acdda..ceb63cd098 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -121,6 +121,7 @@
121#define I2C_PP5020 5 /* PP5020 style */ 121#define I2C_PP5020 5 /* PP5020 style */
122#define I2C_PNX0101 6 /* PNX0101 style */ 122#define I2C_PNX0101 6 /* PNX0101 style */
123#define I2C_S3C2440 7 123#define I2C_S3C2440 7
124#define I2C_PP5024 8 /* PP5024 style */
124 125
125/* CONFIG_LED */ 126/* CONFIG_LED */
126#define LED_REAL 1 /* SW controlled LED (Archos recorders, player) */ 127#define LED_REAL 1 /* SW controlled LED (Archos recorders, player) */