summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2011-10-17 10:32:19 +0000
committerMarcin Bukat <marcin.bukat@gmail.com>2011-10-17 10:32:19 +0000
commit32f763c39a797221a6e850704feb3743bc104d8c (patch)
treec509c38423f2efb76a13119f92c21e5e82476a42 /firmware/export/config.h
parentf0311d3310e84906a6c1afaf941f2f58e2063c30 (diff)
downloadrockbox-32f763c39a797221a6e850704feb3743bc104d8c.tar.gz
rockbox-32f763c39a797221a6e850704feb3743bc104d8c.zip
Add HiFiMAN HM-60x target(s). FS#12319 by Andrew Ryabinin with some (small) modification by me. This also splits rk27xx lcd driver into lcdif-rk27xx and lcd controller specific part. Some modifications to the pcm driver have been made to allow using codecs in slave mode (as TDA1543 used in hifiman is slave only i2s codec).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30765 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 1c55d232ef..0d0617bb13 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -140,6 +140,7 @@
140#define MPIO_HD300_PAD 47 140#define MPIO_HD300_PAD 47
141#define SANSA_FUZEPLUS_PAD 48 141#define SANSA_FUZEPLUS_PAD 48
142#define RK27XX_GENERIC_PAD 49 142#define RK27XX_GENERIC_PAD 49
143#define HM60X_PAD 50
143 144
144/* CONFIG_REMOTE_KEYPAD */ 145/* CONFIG_REMOTE_KEYPAD */
145#define H100_REMOTE 1 146#define H100_REMOTE 1
@@ -226,6 +227,7 @@
226#define LCD_FUZEPLUS 41 227#define LCD_FUZEPLUS 41
227#define LCD_SPFD5420A 42 /* rk27xx */ 228#define LCD_SPFD5420A 42 /* rk27xx */
228#define LCD_CLIPZIP 43 /* as used by the Sandisk Sansa Clip Zip */ 229#define LCD_CLIPZIP 43 /* as used by the Sandisk Sansa Clip Zip */
230#define LCD_HX8340B 44 /* as used by the HiFiMAN HM-601/HM-602/HM-801 */
229 231
230/* LCD_PIXELFORMAT */ 232/* LCD_PIXELFORMAT */
231#define HORIZONTAL_PACKING 1 233#define HORIZONTAL_PACKING 1
@@ -459,6 +461,8 @@ Lyre prototype 1 */
459#include "config/mpiohd300.h" 461#include "config/mpiohd300.h"
460#elif defined(RK27_GENERIC) 462#elif defined(RK27_GENERIC)
461#include "config/rk27generic.h" 463#include "config/rk27generic.h"
464#elif defined(HM60X)
465#include "config/hifimanhm60x.h"
462#elif defined(SDLAPP) 466#elif defined(SDLAPP)
463#include "config/sdlapp.h" 467#include "config/sdlapp.h"
464#elif defined(ANDROID) 468#elif defined(ANDROID)