mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ config MV88E6352_SWITCH
|
|||
|
||||
menuconfig PHYLIB
|
||||
bool "Ethernet PHY (physical media interface) support"
|
||||
depends on NET
|
||||
help
|
||||
Enable Ethernet PHY (physical media interface) support.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue