From c97a3bf180827c43ef6f8b2b536547f30d160988 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Fri, 17 Jul 2009 03:44:01 +0000 Subject: M:Robe 500: Start of interrupt support. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21913 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index 95bf2fb73b..406ef509c8 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -788,13 +788,12 @@ Lyre prototype 1*/ /* Define the implemented USB transport classes */ #if CONFIG_USBOTG == USBOTG_ISP1583 #define USB_HAS_BULK -#elif CONFIG_USBOTG == USBOTG_ARC +#elif (CONFIG_USBOTG == USBOTG_ARC) || \ + (CONFIG_USBOTG == USBOTG_JZ4740) || \ + (CONFIG_USBOTG == USBOTG_M66591) #define USB_HAS_BULK #define USB_HAS_INTERRUPT -#elif CONFIG_USBOTG == USBOTG_JZ4740 -#define USB_HAS_BULK -#define USB_HAS_INTERRUPT -#elif defined(CPU_TCC780X) || defined(CPU_TCC77X) || defined(MROBE_500) +#elif defined(CPU_TCC780X) || defined(CPU_TCC77X) #define USB_HAS_BULK #endif /* CONFIG_USBOTG */ -- cgit v1.2.3