summaryrefslogtreecommitdiffstats
path: root/net/dsa/Kconfig
diff options
context:
space:
mode:
authorFlorian Fainelli2018-05-10 22:17:32 +0200
committerDavid S. Miller2018-05-11 18:03:05 +0200
commit11d8f3ddab1e2b0f148def287859d0903b7f8ac5 (patch)
tree00e200a6e7bce7010ecb6364b4c808bade2d143c /net/dsa/Kconfig
parentnet: phy: phylink: Poll link GPIOs (diff)
downloadkernel-qcow2-linux-11d8f3ddab1e2b0f148def287859d0903b7f8ac5.tar.gz
kernel-qcow2-linux-11d8f3ddab1e2b0f148def287859d0903b7f8ac5.tar.xz
kernel-qcow2-linux-11d8f3ddab1e2b0f148def287859d0903b7f8ac5.zip
net: dsa: Add PHYLINK switch operations
In preparation for adding support for PHYLINK within DSA, define a number of operations that we will need and that switch drivers can start implementing. Proper integration with PHYLINK will follow in subsequent patches. We start selecting PHYLINK (which implies PHYLIB) in net/dsa/Kconfig such that drivers can be guaranteed that this dependency is properly taken care of and can start referencing PHYLINK helper functions without requiring stubs or anything. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/Kconfig')
-rw-r--r--net/dsa/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig
index bbf2c82cf7b2..4183e4ba27a5 100644
--- a/net/dsa/Kconfig
+++ b/net/dsa/Kconfig
@@ -9,7 +9,7 @@ config NET_DSA
depends on HAVE_NET_DSA && MAY_USE_DEVLINK
depends on BRIDGE || BRIDGE=n
select NET_SWITCHDEV
- select PHYLIB
+ select PHYLINK
---help---
Say Y if you want to enable support for the hardware switches supported
by the Distributed Switch Architecture.