summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclipv2.h
diff options
context:
space:
mode:
authorCástor Muñoz <cmvidal@gmail.com>2016-07-31 03:52:22 +0200
committerGerrit Rockbox <gerrit@rockbox.org>2016-08-15 02:56:23 +0200
commit6a1644c52ac8af4696356db04894245f5a0e3dc3 (patch)
tree74813c30762ec62cc0df74e9ff28d9f1d7083d2a /firmware/export/config/sansaclipv2.h
parent9868da4978922f016f3853da28621e17d088a18e (diff)
downloadrockbox-6a1644c52ac8af4696356db04894245f5a0e3dc3.tar.gz
rockbox-6a1644c52ac8af4696356db04894245f5a0e3dc3.zip
as3525v2: use the new USB DesignWare driver
Targets: sansaclipplus, samsaclipv2, sansaclipzip, sansafuzev2. Change-Id: I7773528a4e26707dd33fe9cb8948750d49570701
Diffstat (limited to 'firmware/export/config/sansaclipv2.h')
-rw-r--r--firmware/export/config/sansaclipv2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h
index 0aa05975df..c7833189b6 100644
--- a/firmware/export/config/sansaclipv2.h
+++ b/firmware/export/config/sansaclipv2.h
@@ -179,7 +179,9 @@
179#define CONFIG_LCD LCD_SSD1303 179#define CONFIG_LCD LCD_SSD1303
180 180
181/* USB On-the-go */ 181/* USB On-the-go */
182#define CONFIG_USBOTG USBOTG_S3C6400X 182#define CONFIG_USBOTG USBOTG_DESIGNWARE
183/* logf() over USB serial (http://www.rockbox.org/wiki/PortalPlayerUsb) */
184//#define USB_ENABLE_SERIAL
183 185
184/* enable these for the experimental usb stack */ 186/* enable these for the experimental usb stack */
185#define HAVE_USBSTACK 187#define HAVE_USBSTACK