diff options
author | Dave Chapman <dave@dchapman.com> | 2006-02-21 15:01:25 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2006-02-21 15:01:25 +0000 |
commit | 8b1297a0b683c03f320b502652113633032411a7 (patch) | |
tree | d6d4104d8b7519c2edb56fa6b83e61a41615b4fd /firmware/export/config.h | |
parent | c7fd0fee7ad2581889e84748ab64e10003d9d526 (diff) |
Patch #1435744 from Andrew Scott - initial iPod Mini support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8764 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r-- | firmware/export/config.h | 3 |
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 @@ #define BL_IPOD3G 7 /* Apple iPod 3g with dock */ #define BL_IRIVER_H300 8 /* IRiver PWM */ #define BL_IRIVER_IFP7XX 9 /* IRiver GPIO */ +#define BL_IPODMINI 10 /* Apple iPod Mini */ /* CONFIG_I2C */ #define I2C_PLAYREC 0 /* Archos Player/Recorder style */ @@ -159,6 +160,8 @@ #include "config-ipod4g.h" #elif defined(IRIVER_IFP7XX) #include "config-ifp7xx.h" +#elif defined(IPOD_MINI) +#include "config-ipodmini.h" #else /* no known platform */ #endif |