summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorAmaury Pouly <pamaury@rockbox.org>2010-05-18 09:58:52 +0000
committerAmaury Pouly <pamaury@rockbox.org>2010-05-18 09:58:52 +0000
commit22cfbee27489d3658ab2155c65bcdfedce7e750c (patch)
treeda28c1d243f518fbffa09bf625e4431a3c8811c7 /firmware/export/config
parented96c935ecc38cbad99742551d1e8e4e6082b6ce (diff)
downloadrockbox-22cfbee27489d3658ab2155c65bcdfedce7e750c.tar.gz
rockbox-22cfbee27489d3658ab2155c65bcdfedce7e750c.zip
as3525v2: add usb driver stub, enable usb phy&core init
clip+: add USBOTG_ define and enable usb stack git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26132 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/sansaclipplus.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index 29694d87c2..55eacd2607 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -171,10 +171,11 @@
171 171
172#ifndef BOOTLOADER 172#ifndef BOOTLOADER
173 173
174#define USB_HANDLED_BY_OF 174//#define USB_HANDLED_BY_OF
175#define USE_ROCKBOX_USB
175 176
176/* USB On-the-go */ 177/* USB On-the-go */
177#define CONFIG_USBOTG USBOTG_AS3525 178#define CONFIG_USBOTG USBOTG_AS3525v2
178 179
179/* enable these for the experimental usb stack */ 180/* enable these for the experimental usb stack */
180#define HAVE_USBSTACK 181#define HAVE_USBSTACK