Skip to content
Snippets Groups Projects
Commit c946b0e9 authored by Michal Simek's avatar Michal Simek Committed by Tom Rini
Browse files

Kconfig: net: phylib: Phylib should depends on NET


There is no value to enable phylib without networking support.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 389366f9
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ config MV88E6352_SWITCH ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment