diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2014-12-30 17:36:59 +0100 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2015-01-08 16:07:12 +0100 |
commit | 66690ca98709773c2591d6090d9c0274bb723c37 (patch) | |
tree | 6cfcebd734c58e4dada1f4ed28fb07e48d20f25d /firmware/export/config/gigabeats.h | |
parent | f91434cc7b4204ca47c86090928cdd454dd52606 (diff) |
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/gigabeats.h')
-rw-r--r-- | firmware/export/config/gigabeats.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h index 6657134f9d..b20a6934a7 100644 --- a/firmware/export/config/gigabeats.h +++ b/firmware/export/config/gigabeats.h @@ -217,7 +217,6 @@ #define CONFIG_USBOTG USBOTG_ARC /* enable these for the usb stack */ -#define USE_ROCKBOX_USB #define HAVE_USBSTACK /* usb stack and driver settings */ #define USB_PORTSCX_PHY_TYPE PORTSCX_PTS_ULPI |