summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index e35d407372..db1c589043 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -82,6 +82,7 @@
82#define AS3525v2 35252 82#define AS3525v2 35252
83#define IMX233 233 83#define IMX233 233
84#define RK27XX 2700 84#define RK27XX 2700
85#define X1000 1000
85 86
86/* platforms 87/* platforms
87 * bit fields to allow PLATFORM_HOSTED to be OR'ed e.g. with a 88 * bit fields to allow PLATFORM_HOSTED to be OR'ed e.g. with a
@@ -165,6 +166,7 @@
165#define XDUOO_X20_PAD 70 166#define XDUOO_X20_PAD 70
166#define FIIO_M3K_LINUX_PAD 71 167#define FIIO_M3K_LINUX_PAD 71
167#define EROSQ_PAD 72 168#define EROSQ_PAD 72
169#define FIIO_M3K_PAD 73
168 170
169/* CONFIG_REMOTE_KEYPAD */ 171/* CONFIG_REMOTE_KEYPAD */
170#define H100_REMOTE 1 172#define H100_REMOTE 1
@@ -281,6 +283,7 @@
281#define LCD_IHIFI770 66 /* as used by IHIFI 770 */ 283#define LCD_IHIFI770 66 /* as used by IHIFI 770 */
282#define LCD_IHIFI770C 67 /* as used by IHIFI 770C */ 284#define LCD_IHIFI770C 67 /* as used by IHIFI 770C */
283#define LCD_IHIFI800 68 /* as used by IHIFI 800 */ 285#define LCD_IHIFI800 68 /* as used by IHIFI 800 */
286#define LCD_FIIOM3K 69 /* as used by the FiiO M3K */
284 287
285/* LCD_PIXELFORMAT */ 288/* LCD_PIXELFORMAT */
286#define HORIZONTAL_PACKING 1 289#define HORIZONTAL_PACKING 1
@@ -320,6 +323,7 @@ Lyre prototype 1 */
320#define I2C_S5L8702 16 /* Same as S5L8700, but with two channels */ 323#define I2C_S5L8702 16 /* Same as S5L8700, but with two channels */
321#define I2C_IMX233 17 324#define I2C_IMX233 17
322#define I2C_RK27XX 18 325#define I2C_RK27XX 18
326#define I2C_X1000 19
323 327
324/* CONFIG_LED */ 328/* CONFIG_LED */
325#define LED_REAL 1 /* SW controlled LED (Archos recorders, player) */ 329#define LED_REAL 1 /* SW controlled LED (Archos recorders, player) */
@@ -356,6 +360,7 @@ Lyre prototype 1 */
356#define RTC_IMX233 20 360#define RTC_IMX233 20
357#define RTC_STM41T62 21 /* ST M41T62 */ 361#define RTC_STM41T62 21 /* ST M41T62 */
358#define RTC_JZ4760 22 /* Ingenic Jz4760 */ 362#define RTC_JZ4760 22 /* Ingenic Jz4760 */
363#define RTC_X1000 23 /* Ingenic X1000 */
359 364
360/* USB On-the-go */ 365/* USB On-the-go */
361#define USBOTG_M66591 6591 /* M:Robe 500 */ 366#define USBOTG_M66591 6591 /* M:Robe 500 */
@@ -605,6 +610,8 @@ Lyre prototype 1 */
605#include "config/xduoox20.h" 610#include "config/xduoox20.h"
606#elif defined(FIIO_M3K_LINUX) 611#elif defined(FIIO_M3K_LINUX)
607#include "config/fiiom3klinux.h" 612#include "config/fiiom3klinux.h"
613#elif defined(FIIO_M3K)
614#include "config/fiiom3k.h"
608#elif defined(EROS_Q) 615#elif defined(EROS_Q)
609#include "config/aigoerosq.h" 616#include "config/aigoerosq.h"
610#else 617#else