Kconfig: net: phylib: Phylib should depends on NET

There is no value to enable phylib without networking support.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
Michal Simek 2018-02-06 13:23:52 +01:00 committed by Tom Rini
parent 389366f99a
commit c946b0e9fd

View file

@ -7,6 +7,7 @@ config MV88E6352_SWITCH
menuconfig PHYLIB menuconfig PHYLIB
bool "Ethernet PHY (physical media interface) support" bool "Ethernet PHY (physical media interface) support"
depends on NET
help help
Enable Ethernet PHY (physical media interface) support. Enable Ethernet PHY (physical media interface) support.