summaryrefslogtreecommitdiff
path: root/include/configs/odroid_xu3.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-10 23:03:00 -0400
committerTom Rini <trini@konsulko.com>2022-07-07 09:29:08 -0400
commitabba59f1155aa45daf37c59e248164387482a3c4 (patch)
treea18c0b9425e1b8d8412dc498051952482d44196e /include/configs/odroid_xu3.h
parentcb9843bda3e500eb4add1927be4ed72077a69774 (diff)
Convert CONFIG_USB_XHCI_EXYNOS et al to Kconfig
This converts the following to Kconfig: CONFIG_USB_XHCI_EXYNOS CONFIG_USB_EHCI_EXYNOS Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/odroid_xu3.h')
-rw-r--r--include/configs/odroid_xu3.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h
index 35e7d7d265..1564629742 100644
--- a/include/configs/odroid_xu3.h
+++ b/include/configs/odroid_xu3.h
@@ -16,9 +16,6 @@
#define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */
-/* USB */
-#define CONFIG_USB_EHCI_EXYNOS
-
/* DFU */
#define DFU_DEFAULT_POLL_TIMEOUT 300
#define DFU_MANIFEST_POLL_TIMEOUT 25000