summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-12-30 17:36:59 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2015-01-08 16:07:12 +0100
commit66690ca98709773c2591d6090d9c0274bb723c37 (patch)
tree6cfcebd734c58e4dada1f4ed28fb07e48d20f25d /firmware/export/config.h
parentf91434cc7b4204ca47c86090928cdd454dd52606 (diff)
downloadrockbox-66690ca98709773c2591d6090d9c0274bb723c37.tar.gz
rockbox-66690ca98709773c2591d6090d9c0274bb723c37.zip
Get rid of USE_ROCKBOX_USB
Except for unfinished or experimental ports, it isthe case that USE_ROCKBOX_USB and HAVE_USBSTACK are both defined or both undefined. Furthermore, it is a leftover of some early developments on the USB stack and doesn't make sense anymore. Change-Id: Ic87a865b6bb4c7c9a8d45d1f0bb0f2fb536b8cad Reviewed-on: http://gerrit.rockbox.org/1091 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index bf95dc4c09..1f57734231 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1178,9 +1178,7 @@ Lyre prototype 1 */
1178#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 1178#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
1179#ifdef USB_HAS_BULK 1179#ifdef USB_HAS_BULK
1180//#define USB_ENABLE_SERIAL 1180//#define USB_ENABLE_SERIAL
1181#ifdef USE_ROCKBOX_USB
1182#define USB_ENABLE_STORAGE 1181#define USB_ENABLE_STORAGE
1183#endif /* USE_ROCKBOX_USB */
1184#endif /* USB_HAS_BULK */ 1182#endif /* USB_HAS_BULK */
1185 1183
1186#ifdef USB_HAS_INTERRUPT 1184#ifdef USB_HAS_INTERRUPT