Re: [U-Boot] [PATCH] Kconfig: Use imply for network commands in distro default

2018-02-06 Thread Michal Simek
On 6.2.2018 04:02, Tom Rini wrote: > On Wed, Jan 31, 2018 at 04:09:57PM +0100, Michal Simek wrote: > >> There is no reason to unconditially select network commands as distro >> defaults. Systems without ethernet but with sd, sata, usb should also be >> able to use distro defaults. Use imply instea

Re: [U-Boot] [PATCH] Kconfig: Use imply for network commands in distro default

2018-02-05 Thread Tom Rini
On Wed, Jan 31, 2018 at 04:09:57PM +0100, Michal Simek wrote: > There is no reason to unconditially select network commands as distro > defaults. Systems without ethernet but with sd, sata, usb should also be > able to use distro defaults. Use imply instead of select. > > Signed-off-by: Michal Si