aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-09-12 18:52:44 -0400
committerDavid S. Miller <davem@davemloft.net>2016-09-12 18:52:44 -0400
commitb20b378d49926b82c0a131492fa8842156e0e8a9 (patch)
tree7196847eea049a46442b05f99aee1dc571019381 /drivers/net/phy
parent02154927c115c7599677df57203988e05b576346 (diff)
parentda499f8f5385c181e29978fdaab15a58de185302 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/ethernet/mediatek/mtk_eth_soc.c drivers/net/ethernet/qlogic/qed/qed_dcbx.c drivers/net/phy/Kconfig All conflicts were cases of overlapping commits. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy')
-rw-r--r--drivers/net/phy/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 87b566f54cc1..5078a0d0db64 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -320,6 +320,13 @@ config XILINX_GMII2RGMII
320 the Reduced Gigabit Media Independent Interface(RGMII) between 320 the Reduced Gigabit Media Independent Interface(RGMII) between
321 Ethernet physical media devices and the Gigabit Ethernet controller. 321 Ethernet physical media devices and the Gigabit Ethernet controller.
322 322
323config MDIO_XGENE
324 tristate "APM X-Gene SoC MDIO bus controller"
325 depends on ARCH_XGENE || COMPILE_TEST
326 help
327 This module provides a driver for the MDIO busses found in the
328 APM X-Gene SoC's.
329
323endif # PHYLIB 330endif # PHYLIB
324 331
325config MICREL_KS8995MA 332config MICREL_KS8995MA