summaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-12 20:32:22 -0400
committerTom Rini <trini@konsulko.com>2021-09-27 21:38:34 -0400
commit8d8d7e93619b8aef77843cb718f973b0e3d00224 (patch)
tree0b7660c87686346e80bd3537f09cb823d16d759d /drivers/usb
parent2c8419feb2faf40ddada3f52df6559bf5877230d (diff)
downloadu-boot-8d8d7e93619b8aef77843cb718f973b0e3d00224.tar.gz
Convert CONFIG_USB_XHCI_OMAP to Kconfig
This converts the following to Kconfig: CONFIG_USB_XHCI_OMAP Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/host/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 8957bb56a6..e04cf9411a 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -57,6 +57,16 @@ config USB_XHCI_OCTEON
family SoCs. This is a driver for the dwc3 to provide the glue logic
to configure the controller.
+config USB_XHCI_OMAP
+ bool "Support for TI OMAP family xHCI USB controller"
+ depends on ARCH_OMAP2PLUS
+ help
+ Enables support for the on-chip xHCI controller found on some TI SoC
+ families. Note that some families have multiple contollers while
+ others only have something such as DesignWare-based controllers.
+ Consult the SoC documentation to determine if this option applies
+ to your hardware.
+
config USB_XHCI_PCI
bool "Support for PCI-based xHCI USB controller"
depends on DM_USB