summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2021-12-22 10:55:06 +0100
committerMarek Vasut <marex@denx.de>2022-01-26 23:22:59 +0100
commitf82feb7f2788035d5ae1463ac8cc8acf0da3d23a (patch)
tree002aac979fdc18b583da159f6945f26dbae0c46f /drivers
parent6146cd62aedc4849fec66f10ab0aa57f1dc64b8e (diff)
usb: Modify Kconfig of the USB_EHCI_MXS to use this driver with imx28
The ehci-mxs driver can be also used with imx28 SoC, not only imx23. Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/host/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index ccecb5a3b0..7743c962cf 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -180,12 +180,13 @@ config USB_EHCI_MX7
Enables support for the on-chip EHCI controller on i.MX7 SoCs.
config USB_EHCI_MXS
- bool "Support for i.MX23 EHCI USB controller"
- depends on ARCH_MX23
+ bool "Support for i.MX23/i.MX28 EHCI USB controller"
+ depends on ARCH_MX23 || ARCH_MX28
default y
select USB_EHCI_IS_TDI
help
- Enables support for the on-chip EHCI controller on i.MX23 SoCs.
+ Enables support for the on-chip EHCI controller on i.MX23 and
+ i.MX28 SoCs.
config USB_EHCI_OMAP
bool "Support for OMAP3+ on-chip EHCI USB controller"