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 497325d845..87fbd97516 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -345,6 +345,13 @@ Lyre prototype 1 */
345#define CPU 0 345#define CPU 0
346#define COP 1 346#define COP 1
347 347
348/* imx233 specific: IMX233_PACKAGE */
349#define IMX233_BGA100 0
350#define IMX233_BGA169 1
351#define IMX233_TQFP100 2
352#define IMX233_TQFP128 3
353#define IMX233_LQFP100 4
354
348/* now go and pick yours */ 355/* now go and pick yours */
349#if defined(ARCHOS_PLAYER) 356#if defined(ARCHOS_PLAYER)
350#include "config/archosplayer.h" 357#include "config/archosplayer.h"