aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-10 16:17:55 -0400
committerTom Rini <trini@konsulko.com>2021-08-30 14:10:05 -0400
commit33e8e61694278c6e27d3bc28f96d74815e3aeed8 (patch)
tree041976a80a475e0a0edf3da4eb770fc368c393c7 /include
parent9b0583a839ab8b086b65b4762769abbe048a524d (diff)
downloadu-boot-33e8e61694278c6e27d3bc28f96d74815e3aeed8.zip
u-boot-33e8e61694278c6e27d3bc28f96d74815e3aeed8.tar.gz
u-boot-33e8e61694278c6e27d3bc28f96d74815e3aeed8.tar.bz2
usb: dwc2: Rename CONFIG_DWC2 namespace to DWC2
There are a number of DWC2 configuration options that are set in dwc2.h and referenced in dwc2.c only. Move these out of the CONFIG_DWC2 namespace and in to the DWC2 namespace. Note that hikey was defining an option that was already always enabled, so we can remove that hunk. Cc: Marek Vasut <marex@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/hikey.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/hikey.h b/include/configs/hikey.h
index 659fbee..45b0146 100644
--- a/include/configs/hikey.h
+++ b/include/configs/hikey.h
@@ -47,10 +47,6 @@
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + SZ_8M)
-#ifdef CONFIG_USB_DWC2
-#define CONFIG_DWC2_ENABLE_DYNAMIC_FIFO
-#endif
-
#define CONFIG_HIKEY_GPIO
/* BOOTP options */