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:
parent
389366f99a
commit
c946b0e9fd
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue