Re: [U-Boot] [PATCH v2] Kconfig: Select networking commands only when NET is enabled

2018-02-08 Thread Michal Simek
On 8.2.2018 07:01, Lokesh Vutla wrote: > Hi Michal, > > On Wednesday 07 February 2018 01:14 PM, Michal Simek wrote: >> Hi Lokesh, >> >> On 6.2.2018 13:28, Michal Simek wrote: >>> There is no reason to unconditially select network commands as distro >>> defaults without networking enable. >>> >>> S

Re: [U-Boot] [PATCH v2] Kconfig: Select networking commands only when NET is enabled

2018-02-07 Thread Lokesh Vutla
Hi Michal, On Wednesday 07 February 2018 01:14 PM, Michal Simek wrote: > Hi Lokesh, > > On 6.2.2018 13:28, Michal Simek wrote: >> There is no reason to unconditially select network commands as distro >> defaults without networking enable. >> >> Signed-off-by: Michal Simek >> --- >> >> Changes in

Re: [U-Boot] [PATCH v2] Kconfig: Select networking commands only when NET is enabled

2018-02-06 Thread Michal Simek
Hi Lokesh, On 6.2.2018 13:28, Michal Simek wrote: > There is no reason to unconditially select network commands as distro > defaults without networking enable. > > Signed-off-by: Michal Simek > --- > > Changes in v2: > - Use if NET instead of imply (suggested by Tom) > - Change patch subject an

[U-Boot] [PATCH v2] Kconfig: Select networking commands only when NET is enabled

2018-02-06 Thread Michal Simek
There is no reason to unconditially select network commands as distro defaults without networking enable. Signed-off-by: Michal Simek --- Changes in v2: - Use if NET instead of imply (suggested by Tom) - Change patch subject and description Kconfig | 8 1 file changed, 4 insertions(+)