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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 55a194817d..2e7b4dc4d6 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -142,6 +142,7 @@
142#define RK27XX_GENERIC_PAD 49 142#define RK27XX_GENERIC_PAD 49
143#define HM60X_PAD 50 143#define HM60X_PAD 50
144#define HM801_PAD 51 144#define HM801_PAD 51
145#define SANSA_CONNECT_PAD 52
145 146
146/* CONFIG_REMOTE_KEYPAD */ 147/* CONFIG_REMOTE_KEYPAD */
147#define H100_REMOTE 1 148#define H100_REMOTE 1
@@ -229,6 +230,7 @@
229#define LCD_SPFD5420A 42 /* rk27xx */ 230#define LCD_SPFD5420A 42 /* rk27xx */
230#define LCD_CLIPZIP 43 /* as used by the Sandisk Sansa Clip Zip */ 231#define LCD_CLIPZIP 43 /* as used by the Sandisk Sansa Clip Zip */
231#define LCD_HX8340B 44 /* as used by the HiFiMAN HM-601/HM-602/HM-801 */ 232#define LCD_HX8340B 44 /* as used by the HiFiMAN HM-601/HM-602/HM-801 */
233#define LCD_CONNECT 45 /* as used by the Sandisk Sansa Connect */
232 234
233/* LCD_PIXELFORMAT */ 235/* LCD_PIXELFORMAT */
234#define HORIZONTAL_PACKING 1 236#define HORIZONTAL_PACKING 1
@@ -302,6 +304,7 @@ Lyre prototype 1 */
302#define RTC_D2 18 /* Either PCF50606 or PCF50635 */ 304#define RTC_D2 18 /* Either PCF50606 or PCF50635 */
303#define RTC_S35380A 19 305#define RTC_S35380A 19
304#define RTC_IMX233 20 306#define RTC_IMX233 20
307#define RTC_STM41T62 21 /* ST M41T62 */
305 308
306/* USB On-the-go */ 309/* USB On-the-go */
307#define USBOTG_M66591 6591 /* M:Robe 500 */ 310#define USBOTG_M66591 6591 /* M:Robe 500 */
@@ -314,6 +317,7 @@ Lyre prototype 1 */
314#define USBOTG_AS3525v2 3535 /* AMS AS3525v2 FIXME : same as S3C6400X */ 317#define USBOTG_AS3525v2 3535 /* AMS AS3525v2 FIXME : same as S3C6400X */
315#define USBOTG_S3C6400X 6400 /* Samsung S3C6400X, also used in the S5L8701/S5L8702/S5L8720 */ 318#define USBOTG_S3C6400X 6400 /* Samsung S3C6400X, also used in the S5L8701/S5L8702/S5L8720 */
316#define USBOTG_RK27XX 2700 /* Rockchip rk27xx */ 319#define USBOTG_RK27XX 2700 /* Rockchip rk27xx */
320#define USBOTG_TNETV105 105 /* TI TNETV105 */
317 321
318/* Multiple cores */ 322/* Multiple cores */
319#define CPU 0 323#define CPU 0
@@ -466,6 +470,8 @@ Lyre prototype 1 */
466#include "config/hifimanhm60x.h" 470#include "config/hifimanhm60x.h"
467#elif defined(HM801) 471#elif defined(HM801)
468#include "config/hifimanhm801.h" 472#include "config/hifimanhm801.h"
473#elif defined(SANSA_CONNECT)
474#include "config/sansaconnect.h"
469#elif defined(SDLAPP) 475#elif defined(SDLAPP)
470#include "config/sdlapp.h" 476#include "config/sdlapp.h"
471#elif defined(ANDROID) 477#elif defined(ANDROID)