Re: [U-Boot] [PATCH 2/2] net: Move CONFIG_RTL8169 to Kconfig

2016-02-24 Thread Bin Meng
Hi Stephen, On Thu, Feb 25, 2016 at 12:48 AM, Stephen Warren wrote: > On 02/23/2016 10:09 PM, Bin Meng wrote: >> >> Introduce CONFIG_RTL8169 in Kconfig and move over boards' defconfig >> to use that. > > > You didn't Cc any maintainers of these files... I only accidentally noticed > this patch. >

Re: [U-Boot] [PATCH 2/2] net: Move CONFIG_RTL8169 to Kconfig

2016-02-24 Thread Stephen Warren
On 02/23/2016 10:09 PM, Bin Meng wrote: Introduce CONFIG_RTL8169 in Kconfig and move over boards' defconfig to use that. You didn't Cc any maintainers of these files... I only accidentally noticed this patch. configs/beaver_defconfig| 1 + configs/cardhu_defconfig|

[U-Boot] [PATCH 2/2] net: Move CONFIG_RTL8169 to Kconfig

2016-02-23 Thread Bin Meng
Introduce CONFIG_RTL8169 in Kconfig and move over boards' defconfig to use that. Signed-off-by: Bin Meng --- configs/beaver_defconfig| 1 + configs/cardhu_defconfig| 1 + configs/chromebox_panther_defconfig | 1 + configs/jetson-tk1_defconfig| 1 + configs/minnow