Re: [U-Boot] [PATCH v1 1/3] net: Kconfig: Add CONFIG_MACB option

2016-11-14 Thread Joe Hershberger
On Tue, Nov 1, 2016 at 3:41 PM, Joe Hershberger wrote: > On Wed, Oct 19, 2016 at 9:55 PM, Wenyou Yang wrote: >> Add CONFIG_MACB option in KConfig to be used to select the Cadence >> MACB Ethernet driver. >> >> Signed-off-by: Wenyou Yang > > It seem you need to run tools/moveconfig.py on this thi

Re: [U-Boot] [PATCH v1 1/3] net: Kconfig: Add CONFIG_MACB option

2016-11-01 Thread Joe Hershberger
On Wed, Oct 19, 2016 at 9:55 PM, Wenyou Yang wrote: > Add CONFIG_MACB option in KConfig to be used to select the Cadence > MACB Ethernet driver. > > Signed-off-by: Wenyou Yang It seem you need to run tools/moveconfig.py on this thing, yes? Thanks, -Joe __

[U-Boot] [PATCH v1 1/3] net: Kconfig: Add CONFIG_MACB option

2016-10-19 Thread Wenyou Yang
Add CONFIG_MACB option in KConfig to be used to select the Cadence MACB Ethernet driver. Signed-off-by: Wenyou Yang --- drivers/net/Kconfig | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 302c005..fc0a10f 100644 --- a/drivers/net/K