Bitbanging MDIO driver for DM framework.
Linux DTS compatible MDIO bitbanging driver.
Both clause 22 and clause 45 MDIO supported and validated.
Heavily based on the Linux drivers (more or less the same code base).
Signed-off-by: Markus Gothe <markus.gothe@genexis.eu>
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 5a57d05..88ff025 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1019,6 +1019,12 @@
This driver supports the NXP ENETC Ethernet controller found on some
of the NXP SoCs.
+config MDIO_GPIO_BITBANG
+ bool "GPIO bitbanging MDIO driver"
+ depends on DM_MDIO && DM_GPIO
+ help
+ Driver for bitbanging MDIO
+
config MDIO_MUX_I2CREG
bool "MDIO MUX accessed as a register over I2C"
depends on DM_MDIO_MUX && DM_I2C