[U-Boot] [RFC PATCH 3/4] usb: net: migrate CONFIG_USB_HOST_ETHER to Kconfig

2017-08-20 Thread Chris Packham
CONFIG_USB_HOST_ETHER is the framework that the drivers are dependent on USB_HOST_ETHER. Use this as a menu and move the existing LAN75XX and LAN78XX options under new menu. Finally update the defconfigs that need CONFIG_USB_HOST_ETHER. Signed-off-by: Chris Packham --- configs/apalis_imx6_defco

Re: [U-Boot] [RFC PATCH 3/4] usb: net: migrate CONFIG_USB_HOST_ETHER to Kconfig

2017-08-26 Thread Simon Glass
On 20 August 2017 at 04:20, Chris Packham wrote: > CONFIG_USB_HOST_ETHER is the framework that the drivers are dependent on > USB_HOST_ETHER. Use this as a menu and move the existing LAN75XX and > LAN78XX options under new menu. Finally update the defconfigs that need > CONFIG_USB_HOST_ETHER. > >

Re: [U-Boot] [RFC PATCH 3/4] usb: net: migrate CONFIG_USB_HOST_ETHER to Kconfig

2017-08-26 Thread Chris Packham
On 27/08/2017 11:13 AM, "Simon Glass" wrote: On 20 August 2017 at 04:20, Chris Packham wrote: > CONFIG_USB_HOST_ETHER is the framework that the drivers are dependent on > USB_HOST_ETHER. Use this as a menu and move the existing LAN75XX and > LAN78XX options under new menu. Finally update the def