Re: [U-Boot] [PATCH] Kconfig: net: phylib: Phylib should depends on NET

2018-02-06 Thread Joe Hershberger
On Tue, Feb 6, 2018 at 6:23 AM, Michal Simek wrote: > There is no value to enable phylib without networking support. > > Signed-off-by: Michal Simek Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/

[U-Boot] [PATCH] Kconfig: net: phylib: Phylib should depends on NET

2018-02-06 Thread Michal Simek
There is no value to enable phylib without networking support. Signed-off-by: Michal Simek --- drivers/net/phy/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 95b753432363..7fd4a8d26167 100644 --- a/drivers/net/phy/Kconfig +++