summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-05-18 12:56:14 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-05-18 12:56:14 +0000
commitf8f3fab62ce4295e63f1e2e658e0753da473e4eb (patch)
tree33188d81bca1f62040bcee0e9b1263d95b4d3931 /firmware/export/config
parenta01422c54be29cf721a442053fd5a70686c8841e (diff)
downloadrockbox-f8f3fab62ce4295e63f1e2e658e0753da473e4eb.tar.gz
rockbox-f8f3fab62ce4295e63f1e2e658e0753da473e4eb.zip
as3525 usb: build as3525v2 file based on CONFIG_USBOTG, and fix warnings
build it on fuzev2 and clipv2 too, it should be the same controller as3525v1 file is only build for CONFIG_USBOTG == USBOTG_AS3525, no need to check for it in the .c file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26142 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/sansaclipv2.h2
-rw-r--r--firmware/export/config/sansafuzev2.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h
index 4c65e8fe86..262ed36167 100644
--- a/firmware/export/config/sansaclipv2.h
+++ b/firmware/export/config/sansaclipv2.h
@@ -169,7 +169,7 @@
169#define USB_HANDLED_BY_OF 169#define USB_HANDLED_BY_OF
170 170
171/* USB On-the-go */ 171/* USB On-the-go */
172#define CONFIG_USBOTG USBOTG_AS3525 172#define CONFIG_USBOTG USBOTG_AS3525v2
173 173
174/* enable these for the experimental usb stack */ 174/* enable these for the experimental usb stack */
175#define HAVE_USBSTACK 175#define HAVE_USBSTACK
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index 96622818dd..8b2ffb3d93 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -186,7 +186,7 @@
186#define USB_HANDLED_BY_OF 186#define USB_HANDLED_BY_OF
187 187
188/* USB On-the-go */ 188/* USB On-the-go */
189#define CONFIG_USBOTG USBOTG_AS3525 189#define CONFIG_USBOTG USBOTG_AS3525v2
190 190
191/* enable these for the experimental usb stack */ 191/* enable these for the experimental usb stack */
192#define HAVE_USBSTACK 192#define HAVE_USBSTACK