Skip to content
Snippets Groups Projects
Commit f82feb7f authored by Lukasz Majewski's avatar Lukasz Majewski Committed by Marek Vasut
Browse files

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: default avatarLukasz Majewski <lukma@denx.de>
parent 6146cd62
Branches
Tags
1 merge request!14Draft: Merge u-boot uplitft to mediatek branch
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment