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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index e1ce15a562..8addb62e95 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -139,6 +139,7 @@
139#define SDL_PAD 46 139#define SDL_PAD 46
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 143
143/* CONFIG_REMOTE_KEYPAD */ 144/* CONFIG_REMOTE_KEYPAD */
144#define H100_REMOTE 1 145#define H100_REMOTE 1
@@ -309,6 +310,7 @@ Lyre prototype 1 */
309#define USBOTG_AS3525 3525 /* AMS AS3525 */ 310#define USBOTG_AS3525 3525 /* AMS AS3525 */
310#define USBOTG_AS3525v2 3535 /* AMS AS3525v2 FIXME : same as S3C6400X */ 311#define USBOTG_AS3525v2 3535 /* AMS AS3525v2 FIXME : same as S3C6400X */
311#define USBOTG_S3C6400X 6400 /* Samsung S3C6400X, also used in the S5L8701/S5L8702/S5L8720 */ 312#define USBOTG_S3C6400X 6400 /* Samsung S3C6400X, also used in the S5L8701/S5L8702/S5L8720 */
313#define USBOTG_RK27XX 2700 /* Rockchip rk27xx */
312 314
313/* Multiple cores */ 315/* Multiple cores */
314#define CPU 0 316#define CPU 0
@@ -769,6 +771,9 @@ Lyre prototype 1 */
769#elif CONFIG_USBOTG == USBOTG_AS3525v2 771#elif CONFIG_USBOTG == USBOTG_AS3525v2
770#define USB_STATUS_BY_EVENT 772#define USB_STATUS_BY_EVENT
771#define USB_DETECT_BY_CORE 773#define USB_DETECT_BY_CORE
774#elif CONFIG_USBOTG == USBOTG_RK27XX
775#define USB_STATUS_BY_EVENT
776#define USB_DETECT_BY_CORE
772#endif /* CONFIG_USB == */ 777#endif /* CONFIG_USB == */
773#endif /* HAVE_USBSTACK */ 778#endif /* HAVE_USBSTACK */
774 779