aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/Kconfig
diff options
context:
space:
mode:
authorRobert Hancock <hancock@sedsystems.ca>2019-06-06 16:28:24 -0600
committerDavid S. Miller <davem@davemloft.net>2019-06-06 16:24:30 -0700
commitf5203a3d9b25fa28a40bfc27c05a4020c6430f06 (patch)
tree1aa7e943c5d445b4eb21299ea3e3871a8027b59c /drivers/net/ethernet/xilinx/Kconfig
parentnet: axienet: make use of axistream-connected attribute optional (diff)
downloadlinux-dev-f5203a3d9b25fa28a40bfc27c05a4020c6430f06.tar.xz
linux-dev-f5203a3d9b25fa28a40bfc27c05a4020c6430f06.zip
net: axienet: convert to phylink API
Convert this driver to use the phylink API rather than the legacy PHY API. This allows for better support for SFP modules connected using a 1000BaseX or SGMII interface. Signed-off-by: Robert Hancock <hancock@sedsystems.ca> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/xilinx/Kconfig')
-rw-r--r--drivers/net/ethernet/xilinx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/xilinx/Kconfig b/drivers/net/ethernet/xilinx/Kconfig
index 5f50764ea255..8d994cebb6b0 100644
--- a/drivers/net/ethernet/xilinx/Kconfig
+++ b/drivers/net/ethernet/xilinx/Kconfig
@@ -27,7 +27,7 @@ config XILINX_EMACLITE
config XILINX_AXI_EMAC
tristate "Xilinx 10/100/1000 AXI Ethernet support"
depends on MICROBLAZE || X86 || ARM || COMPILE_TEST
- select PHYLIB
+ select PHYLINK
---help---
This driver supports the 10/100/1000 Ethernet from Xilinx for the
AXI bus interface used in Xilinx Virtex FPGAs.