Re: [U-Boot] [PATCH] Convert CONFIG_USB_ETHER et al to Kconfig

2017-07-28 Thread Łukasz Majewski
On 07/26/2017 07:05 PM, Adam Ford wrote: This converts the following to Kconfig: CONFIG_USB_ETHER CONFIG_USB_ETHER_RNDIS Signed-off-by: Adam Ford Acked-by: Łukasz Majewski -- Best regards, Lukasz Majewski -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH] Convert CONFIG_USB_ETHER et al to Kconfig

2017-07-27 Thread Gregory CLEMENT
Hi Adam, On mer., juil. 26 2017, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_USB_ETHER >CONFIG_USB_ETHER_RNDIS > > Signed-off-by: Adam Ford For the VInCo platform Acked-by: Gregory CLEMENT

[U-Boot] [PATCH] Convert CONFIG_USB_ETHER et al to Kconfig

2017-07-26 Thread Adam Ford
This converts the following to Kconfig: CONFIG_USB_ETHER CONFIG_USB_ETHER_RNDIS Signed-off-by: Adam Ford diff --git a/configs/am335x_baltos_defconfig b/configs/am335x_baltos_defconfig index 09e028f..a25d24f 100644 --- a/configs/am335x_baltos_defconfig +++