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>
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 95b7534..7fd4a8d 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -7,6 +7,7 @@
menuconfig PHYLIB
bool "Ethernet PHY (physical media interface) support"
+ depends on NET
help
Enable Ethernet PHY (physical media interface) support.