summaryrefslogtreecommitdiff
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2019-09-04 02:14:06 +0300
committerJoe Hershberger <joe.hershberger@ni.com>2019-09-04 19:37:19 +0300
commitbb53ae38de567e766289f383349879d73600b71c (patch)
tree1f25826b5697e7f93c942ce1e0a94620b009a7b6 /drivers/net/Kconfig
parent14a8adebb559ca6dbf563a0246ad8d2241606879 (diff)
downloadu-boot-bb53ae38de567e766289f383349879d73600b71c.tar.xz
Revert "drivers: net: driver for MDIO muxes controlled over I2C"
This reverts commit d9a9174fa5687521035b2ec82cce86cdcf4f36e6.
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 084e095229..6eb22df528 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -595,12 +595,4 @@ 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