aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorAnsuel Smith <ansuelsmth@gmail.com>2020-03-04 22:38:32 +0100
committerDavid S. Miller <davem@davemloft.net>2020-03-06 22:07:05 -0800
commitcaaa71fac36ec8c19145dbf8262a9b77ab09f1a1 (patch)
tree204df07159e3a6ecddbe5d024f10fba84c6cacd9 /drivers/net/phy/Kconfig
parentMerge branch 'tun-debug' (diff)
downloadlinux-dev-caaa71fac36ec8c19145dbf8262a9b77ab09f1a1.tar.xz
linux-dev-caaa71fac36ec8c19145dbf8262a9b77ab09f1a1.zip
net: mdio: add ipq8064 mdio driver
Currently ipq806x soc use generic bitbang driver to comunicate with the gmac ethernet interface. Add a dedicated driver created by chunkeey to fix this. Co-developed-by: Christian Lamparter <chunkeey@gmail.com> Signed-off-by: Christian Lamparter <chunkeey@gmail.com> Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r--drivers/net/phy/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index edb1cb8a228e..d6f197e06134 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -157,6 +157,14 @@ config MDIO_I2C
This is library mode.
+config MDIO_IPQ8064
+ tristate "Qualcomm IPQ8064 MDIO interface support"
+ depends on HAS_IOMEM && OF_MDIO
+ depends on MFD_SYSCON
+ help
+ This driver supports the MDIO interface found in the network
+ interface units of the IPQ8064 SoC
+
config MDIO_MOXART
tristate "MOXA ART MDIO interface support"
depends on ARCH_MOXART || COMPILE_TEST