drivers: net: driver for MDIO muxes controlled over I2C
[oweals/u-boot.git] / drivers / net / Kconfig
index 4d85fb1716fb50451673c342b38cda30a7b8b36e..883b849b7831e9932b7b2e165c46f413e60ab370 100644 (file)
@@ -595,4 +595,12 @@ config FSL_ENETC
          This driver supports the NXP ENETC Ethernet controller found on some
          of the NXP SoCs.
 
+config MDIO_MUX_I2CREG
+       bool "MDIO MUX accessed as a register over I2C"
+       depends on DM_MDIO_MUX && DM_I2C
+       help
+         This driver is used for MDIO muxes driven by writing to a register of
+         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.
+
 endif # NETDEVICES