diff options
author | Robert Marko <robert.marko@sartura.hr> | 2020-10-08 22:05:11 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-22 09:54:54 -0400 |
commit | 975151d056acef155643bdb57b29a1a28ba5590f (patch) | |
tree | 8b28e1aa4c169e7febf8f2e5c001090e26be0893 /drivers/net/Kconfig | |
parent | 96d603667106026c2f8fbb96e4581bbbb02566dc (diff) | |
download | u-boot-975151d056acef155643bdb57b29a1a28ba5590f.tar.gz |
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/Kconfig | 7 |
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 |