summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index b1cca7b288..0e673cb988 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -98,6 +98,7 @@
98#define BL_IPOD3G 7 /* Apple iPod 3g with dock */ 98#define BL_IPOD3G 7 /* Apple iPod 3g with dock */
99#define BL_IRIVER_H300 8 /* IRiver PWM */ 99#define BL_IRIVER_H300 8 /* IRiver PWM */
100#define BL_IRIVER_IFP7XX 9 /* IRiver GPIO */ 100#define BL_IRIVER_IFP7XX 9 /* IRiver GPIO */
101#define BL_IPODMINI 10 /* Apple iPod Mini */
101 102
102/* CONFIG_I2C */ 103/* CONFIG_I2C */
103#define I2C_PLAYREC 0 /* Archos Player/Recorder style */ 104#define I2C_PLAYREC 0 /* Archos Player/Recorder style */
@@ -159,6 +160,8 @@
159#include "config-ipod4g.h" 160#include "config-ipod4g.h"
160#elif defined(IRIVER_IFP7XX) 161#elif defined(IRIVER_IFP7XX)
161#include "config-ifp7xx.h" 162#include "config-ifp7xx.h"
163#elif defined(IPOD_MINI)
164#include "config-ipodmini.h"
162#else 165#else
163/* no known platform */ 166/* no known platform */
164#endif 167#endif