From 32f763c39a797221a6e850704feb3743bc104d8c Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Mon, 17 Oct 2011 10:32:19 +0000 Subject: 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 --- firmware/export/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/config.h') 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 @@ #define MPIO_HD300_PAD 47 #define SANSA_FUZEPLUS_PAD 48 #define RK27XX_GENERIC_PAD 49 +#define HM60X_PAD 50 /* CONFIG_REMOTE_KEYPAD */ #define H100_REMOTE 1 @@ -226,6 +227,7 @@ #define LCD_FUZEPLUS 41 #define LCD_SPFD5420A 42 /* rk27xx */ #define LCD_CLIPZIP 43 /* as used by the Sandisk Sansa Clip Zip */ +#define LCD_HX8340B 44 /* as used by the HiFiMAN HM-601/HM-602/HM-801 */ /* LCD_PIXELFORMAT */ #define HORIZONTAL_PACKING 1 @@ -459,6 +461,8 @@ Lyre prototype 1 */ #include "config/mpiohd300.h" #elif defined(RK27_GENERIC) #include "config/rk27generic.h" +#elif defined(HM60X) +#include "config/hifimanhm60x.h" #elif defined(SDLAPP) #include "config/sdlapp.h" #elif defined(ANDROID) -- cgit v1.2.3