summaryrefslogtreecommitdiff
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorRobert Marko <robert.marko@sartura.hr>2020-10-08 23:05:11 +0300
committerTom Rini <trini@konsulko.com>2020-10-22 16:54:54 +0300
commit975151d056acef155643bdb57b29a1a28ba5590f (patch)
tree8b28e1aa4c169e7febf8f2e5c001090e26be0893 /drivers/net/Kconfig
parent96d603667106026c2f8fbb96e4581bbbb02566dc (diff)
downloadu-boot-975151d056acef155643bdb57b29a1a28ba5590f.tar.xz
net: Add IPQ40xx MDIO driver
This adds the driver for the IPQ40xx built-in MDIO. This will be needed to support future PHY driver. Signed-off-by: Robert Marko <robert.marko@sartura.hr> Cc: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 2beec2da41..3a5e036880 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -732,6 +732,13 @@ config MDIO_MUX_I2CREG
an I2C chip. The board it was developed for uses a mux controlled by
on-board FPGA which in turn is accessed as a chip over I2C.
+config MDIO_IPQ4019
+ bool "Qualcomm IPQ4019 MDIO interface support"
+ depends on DM_MDIO
+ help
+ This driver supports the MDIO interface found in Qualcomm
+ IPQ40xx series Soc-s.
+
config MVMDIO
bool "Marvell MDIO interface support"
depends on DM_MDIO