Re: [U-Boot] [PATCH] usb: ehci: Convert CONFIG_USB_EHCI_PCI to Kconfig

2017-08-17 Thread Bin Meng
Hi Marek, On Wed, Aug 9, 2017 at 4:49 PM, Marek Vasut wrote: > On 08/09/2017 09:21 AM, Bin Meng wrote: >> This converts CONFIG_USB_EHCI_PCI to a Kconfig option, and updates >> all boards that use it. >> >> Signed-off-by: Bin Meng > > Applied, thanks > Will

Re: [U-Boot] [PATCH] usb: ehci: Convert CONFIG_USB_EHCI_PCI to Kconfig

2017-08-09 Thread Marek Vasut
On 08/09/2017 09:21 AM, Bin Meng wrote: > This converts CONFIG_USB_EHCI_PCI to a Kconfig option, and updates > all boards that use it. > > Signed-off-by: Bin Meng Applied, thanks > --- > > configs/MPC8544DS_defconfig | 1 + > configs/MPC8572DS_36BIT_defconfig | 1 +

[U-Boot] [PATCH] usb: ehci: Convert CONFIG_USB_EHCI_PCI to Kconfig

2017-08-09 Thread Bin Meng
This converts CONFIG_USB_EHCI_PCI to a Kconfig option, and updates all boards that use it. Signed-off-by: Bin Meng --- configs/MPC8544DS_defconfig | 1 + configs/MPC8572DS_36BIT_defconfig | 1 + configs/MPC8572DS_defconfig | 1 + drivers/usb/host/Kconfig