Re: [U-Boot] [PATCH v2 6/6] net: Move CONFIG_E1000 options to Kconfig

2015-08-11 Thread Joe Hershberger
Hi Simon, On Tue, Aug 11, 2015 at 12:19 PM, Simon Glass wrote: > Hi Joe, > > On 11 August 2015 at 09:53, Joe Hershberger wrote: >> Hi Simon, >> >> On Tue, Aug 11, 2015 at 8:39 AM, Simon Glass wrote: >>> Move config for the E1000 Ethernet driver to Kconfig and tidy up affected >>> boards. >>> >>

Re: [U-Boot] [PATCH v2 6/6] net: Move CONFIG_E1000 options to Kconfig

2015-08-11 Thread Simon Glass
Hi Joe, On 11 August 2015 at 09:53, Joe Hershberger wrote: > Hi Simon, > > On Tue, Aug 11, 2015 at 8:39 AM, Simon Glass wrote: >> Move config for the E1000 Ethernet driver to Kconfig and tidy up affected >> boards. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: >> - Add CONFIG_NET

Re: [U-Boot] [PATCH v2 6/6] net: Move CONFIG_E1000 options to Kconfig

2015-08-11 Thread Joe Hershberger
Hi Simon, On Tue, Aug 11, 2015 at 8:39 AM, Simon Glass wrote: > Move config for the E1000 Ethernet driver to Kconfig and tidy up affected > boards. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add CONFIG_NETDEVICES where needed I'm surprised to see this. In drivers/net/Kconfig w

[U-Boot] [PATCH v2 6/6] net: Move CONFIG_E1000 options to Kconfig

2015-08-11 Thread Simon Glass
Move config for the E1000 Ethernet driver to Kconfig and tidy up affected boards. Signed-off-by: Simon Glass --- Changes in v2: - Add CONFIG_NETDEVICES where needed - Add required changes to the defconfig files configs/B4420QDS_NAND_defconfig| 2 ++ configs/B4420QDS_SPI