Re: [U-Boot] [PATCH 16/17] Kconfig: USB: Migrate existing USB_EHCI_xxx options

2017-05-13 Thread Marek Vasut
On 05/13/2017 04:33 AM, Tom Rini wrote: > The following options are migrated over fully now: > - USB_EHCI_ATMEL > - USB_EHCI_MARVELL > - USB_EHCI_MX6 > - USB_EHCI_MX7 > - USB_EHCI_MSM > - USB_EHCI_ZYNQ > - USB_EHCI_GENERIC > > This also requires fixing the depends on USB_EHCI_MARVELL as it's used

[U-Boot] [PATCH 16/17] Kconfig: USB: Migrate existing USB_EHCI_xxx options

2017-05-12 Thread Tom Rini
The following options are migrated over fully now: - USB_EHCI_ATMEL - USB_EHCI_MARVELL - USB_EHCI_MX6 - USB_EHCI_MX7 - USB_EHCI_MSM - USB_EHCI_ZYNQ - USB_EHCI_GENERIC This also requires fixing the depends on USB_EHCI_MARVELL as it's used by Orion5X and Kirkwood as well. Cc: Marek Vasut Signed-of