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 95f38c5995..f5ee003308 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -733,6 +733,12 @@ Lyre prototype 1 */
733 733
734#endif /* BOOTLOADER */ 734#endif /* BOOTLOADER */
735 735
736#ifdef PHILIPS_SA9200
737/* Instead use the request for a device descriptor to detect a host */
738#undef USB_DETECT_BY_DRV
739#define USB_DETECT_BY_CORE
740#endif
741
736#if defined(HAVE_USBSTACK) || (CONFIG_CPU == JZ4732) \ 742#if defined(HAVE_USBSTACK) || (CONFIG_CPU == JZ4732) \
737 || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) \ 743 || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) \
738 || defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) \ 744 || defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) \