From 8b1297a0b683c03f320b502652113633032411a7 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 21 Feb 2006 15:01:25 +0000 Subject: Patch #1435744 from Andrew Scott - initial iPod Mini support git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8764 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export') 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 -- cgit v1.2.3