summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-11-29 20:13:32 -0500
committerSolomon Peachy <pizza@shaftnet.org>2021-11-29 20:14:41 -0500
commit4162a4618426b259c8b87c75c127f6f47b2b7ab0 (patch)
tree334283e652c96fd80bff8ea82e9487cd6ddef888 /firmware/export/config.h
parentdbb7371065f53baf529c7a3289c0abf8566cfe6e (diff)
downloadrockbox-4162a4618426b259c8b87c75c127f6f47b2b7ab0.tar.gz
rockbox-4162a4618426b259c8b87c75c127f6f47b2b7ab0.zip
config: Get rid of an (incorrect) duplicate definition for USB_DESIGNWARE
Change-Id: I9778a1a7b5e2e15b3775dbaed719c64b4e52194b
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 52f647f2fa..bb3f405d6a 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1181,7 +1181,6 @@ Lyre prototype 1 */
1181 (CONFIG_USBOTG == USBOTG_JZ4740) || \ 1181 (CONFIG_USBOTG == USBOTG_JZ4740) || \
1182 (CONFIG_USBOTG == USBOTG_JZ4760) || \ 1182 (CONFIG_USBOTG == USBOTG_JZ4760) || \
1183 (CONFIG_USBOTG == USBOTG_M66591) || \ 1183 (CONFIG_USBOTG == USBOTG_M66591) || \
1184 (CONFIG_USBOTG == USBOTG_DESIGNWARE) || \
1185 (CONFIG_USBOTG == USBOTG_AS3525) || \ 1184 (CONFIG_USBOTG == USBOTG_AS3525) || \
1186 (CONFIG_USBOTG == USBOTG_RK27XX) || \ 1185 (CONFIG_USBOTG == USBOTG_RK27XX) || \
1187 (CONFIG_USBOTG == USBOTG_TNETV105) 1186 (CONFIG_USBOTG == USBOTG_TNETV105)