summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/sansaclipplus.h4
-rw-r--r--firmware/export/config/sansaclipv2.h4
-rw-r--r--firmware/export/config/sansaclipzip.h4
-rw-r--r--firmware/export/config/sansafuzev2.h4
4 files changed, 12 insertions, 4 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index 6eb8bbcf6e..07cf03280a 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -183,7 +183,9 @@
183#define CONFIG_LCD LCD_SSD1303 183#define CONFIG_LCD LCD_SSD1303
184 184
185/* USB On-the-go */ 185/* USB On-the-go */
186#define CONFIG_USBOTG USBOTG_S3C6400X 186#define CONFIG_USBOTG USBOTG_DESIGNWARE
187/* logf() over USB serial (http://www.rockbox.org/wiki/PortalPlayerUsb) */
188//#define USB_ENABLE_SERIAL
187 189
188/* enable these for the experimental usb stack */ 190/* enable these for the experimental usb stack */
189#define HAVE_USBSTACK 191#define HAVE_USBSTACK
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
diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h
index c31e08f846..9adf7023a9 100644
--- a/firmware/export/config/sansaclipzip.h
+++ b/firmware/export/config/sansaclipzip.h
@@ -182,7 +182,9 @@
182#define CONFIG_LCD LCD_CLIPZIP 182#define CONFIG_LCD LCD_CLIPZIP
183 183
184/* USB On-the-go */ 184/* USB On-the-go */
185#define CONFIG_USBOTG USBOTG_S3C6400X 185#define CONFIG_USBOTG USBOTG_DESIGNWARE
186/* logf() over USB serial (http://www.rockbox.org/wiki/PortalPlayerUsb) */
187//#define USB_ENABLE_SERIAL
186 188
187/* enable these for the experimental usb stack */ 189/* enable these for the experimental usb stack */
188#define HAVE_USBSTACK 190#define HAVE_USBSTACK
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index 6bdfd58339..595106eecf 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -203,7 +203,9 @@
203#endif 203#endif
204 204
205/* USB On-the-go */ 205/* USB On-the-go */
206#define CONFIG_USBOTG USBOTG_S3C6400X 206#define CONFIG_USBOTG USBOTG_DESIGNWARE
207/* logf() over USB serial (http://www.rockbox.org/wiki/PortalPlayerUsb) */
208//#define USB_ENABLE_SERIAL
207 209
208/* enable these for the experimental usb stack */ 210/* enable these for the experimental usb stack */
209#define HAVE_USBSTACK 211#define HAVE_USBSTACK