projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
389366f
)
Kconfig: net: phylib: Phylib should depends on NET
author
Michal Simek
<michal.simek@xilinx.com>
Tue, 6 Feb 2018 12:23:52 +0000
(13:23 +0100)
committer
Tom Rini
<trini@konsulko.com>
Thu, 8 Feb 2018 17:48:10 +0000
(12:48 -0500)
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>
drivers/net/phy/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/phy/Kconfig
b/drivers/net/phy/Kconfig
index 95b753432363d5f5e53d6cbb3f8041147aba9417..7fd4a8d2616748de39a84a22afdfd1421afdf78c 100644
(file)
--- a/
drivers/net/phy/Kconfig
+++ b/
drivers/net/phy/Kconfig
@@
-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.