aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-04-30 05:21:41 -0500
committerTom Rini <trini@konsulko.com>2019-05-05 08:48:50 -0400
commit9da5474389c784474274d8e1d1d04fab924d3c39 (patch)
treec6e7e81df130100099d1d23297692e10450f0754 /drivers/usb/host/Kconfig
parent53290e6efdc10b5a40955fa4c5b0960651180bf2 (diff)
downloadu-boot-9da5474389c784474274d8e1d1d04fab924d3c39.zip
u-boot-9da5474389c784474274d8e1d1d04fab924d3c39.tar.gz
u-boot-9da5474389c784474274d8e1d1d04fab924d3c39.tar.bz2
usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM support
This patch reuses some former code for the hawkboard, combines it with some some similar DM_USB compatible code for the OHCI driver, and enables the use of the da850's OHCI controller with DM_USB compatibility. Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 1c2212f..b1188bc 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -246,6 +246,11 @@ config USB_OHCI_GENERIC
---help---
Enables support for generic OHCI controller.
+config USB_OHCI_DA8XX
+ bool "Support for da850 OHCI USB controller"
+ help
+ Enable support for the da850 USB controller.
+
endif # USB_OHCI_HCD
config USB_UHCI_HCD