diff options
author | Dave Chapman <dave@dchapman.com> | 2006-08-31 19:19:35 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2006-08-31 19:19:35 +0000 |
commit | 657dcb5165e80b3363b89ca3108356878d4c048e (patch) | |
tree | 1f7af6e22ee866dcce37f9d1fa310c26a8bb44b4 /firmware/export/config.h | |
parent | 20332bce1d49d7285109564d2e29ee18b0acd54e (diff) |
Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another PortalPlayer PP5020 target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10828 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r-- | firmware/export/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index cd674b63f8..18adaeeca2 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -59,6 +59,7 @@ #define GIGABEAT_PAD 10 #define IRIVER_H10_PAD 11 #define SANSA_E200_PAD 12 +#define ELIO_TPJ1022_PAD 13 /* CONFIG_REMOTE_KEYPAD */ #define H100_REMOTE 1 @@ -96,6 +97,7 @@ #define LCD_GIGABEAT 12 #define LCD_H10 13 /* as used by iriver H10 20Gb */ #define LCD_H10_5GB 14 /* as used by iriver H10 5Gb */ +#define LCD_TPJ1022 15 /* as used by Tatung Elio TPJ-1022 */ /* LCD_PIXELFORMAT */ #define HORIZONTAL_PACKING 1 @@ -121,6 +123,7 @@ #define BL_H10 12 /* iriver H10 */ #define BL_X5 13 /* iAudio X5 PCF50606 I2C */ #define BL_H10_5GB 14 /* iriver H10 5/6GB */ +#define BL_TPJ1022 15 /* Tatung Elio TPJ-1022 */ /* CONFIG_I2C */ #define I2C_PLAYREC 0 /* Archos Player/Recorder style */ @@ -204,6 +207,8 @@ #include "config-h10_5gb.h" #elif defined(SANSA_E200) #include "config-e200.h" +#elif defined(ELIO_TPJ1022) +#include "config-tpj1022.h" #else /* no known platform */ #endif |