diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2020-03-04 22:38:32 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-07 07:07:05 +0100 |
commit | caaa71fac36ec8c19145dbf8262a9b77ab09f1a1 (patch) | |
tree | 204df07159e3a6ecddbe5d024f10fba84c6cacd9 /drivers/net/phy/Kconfig | |
parent | Merge branch 'tun-debug' (diff) | |
download | linux-caaa71fac36ec8c19145dbf8262a9b77ab09f1a1.tar.xz linux-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/Kconfig | 8 |
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 |