From f8f3fab62ce4295e63f1e2e658e0753da473e4eb Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Tue, 18 May 2010 12:56:14 +0000 Subject: 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 --- firmware/export/config/sansaclipv2.h | 2 +- firmware/export/config/sansafuzev2.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/config') 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 @@ #define USB_HANDLED_BY_OF /* USB On-the-go */ -#define CONFIG_USBOTG USBOTG_AS3525 +#define CONFIG_USBOTG USBOTG_AS3525v2 /* enable these for the experimental usb stack */ #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 @@ #define USB_HANDLED_BY_OF /* USB On-the-go */ -#define CONFIG_USBOTG USBOTG_AS3525 +#define CONFIG_USBOTG USBOTG_AS3525v2 /* enable these for the experimental usb stack */ #define HAVE_USBSTACK -- cgit v1.2.3