On 10/21/19 3:52 PM, Fabio Estevam wrote:
[...]
> diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
> index 30c6b69be8..14ce98c778 100644
> --- a/drivers/usb/host/Kconfig
> +++ b/drivers/usb/host/Kconfig
> @@ -142,7 +142,7 @@ config USB_EHCI_MX5
>  
>  config USB_EHCI_MX6
>       bool "Support for i.MX6 on-chip EHCI USB controller"

Can you also update the description ?

> -     depends on ARCH_MX6
> +     depends on ARCH_MX6 || ARCH_MX7ULP

Should this also depend on ARCH_MX7 here ?

>       default y
>       ---help---
>         Enables support for the on-chip EHCI controller on i.MX6 SoCs.
> @@ -169,7 +169,7 @@ config USB_EHCI_VF
>       help
>         Enables support for the on-chip EHCI controller on Vybrid SoCs.
>  
> -if USB_EHCI_MX7
> +if USB_EHCI_MX7 || USB_EHCI_MX6

Please swap the MX6 and MX7 to keep the list sorted.

[...]

-- 
Best regards,
Marek Vasut
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to