diff options
| author | Joe Hershberger <joe.hershberger@ni.com> | 2019-09-03 18:14:06 -0500 | 
|---|---|---|
| committer | Joe Hershberger <joe.hershberger@ni.com> | 2019-09-04 11:37:19 -0500 | 
| commit | bb53ae38de567e766289f383349879d73600b71c (patch) | |
| tree | 1f25826b5697e7f93c942ce1e0a94620b009a7b6 | |
| parent | 14a8adebb559ca6dbf563a0246ad8d2241606879 (diff) | |
Revert "drivers: net: driver for MDIO muxes controlled over I2C"
This reverts commit d9a9174fa5687521035b2ec82cce86cdcf4f36e6.
| -rw-r--r-- | drivers/net/Kconfig | 8 | ||||
| -rw-r--r-- | drivers/net/Makefile | 1 | 
2 files changed, 0 insertions, 9 deletions
| diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 084e0952291..6eb22df528a 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 diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 71c0889355c..b6e40df5224 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -37,7 +37,6 @@ obj-$(CONFIG_LAN91C96) += lan91c96.o  obj-$(CONFIG_LPC32XX_ETH) += lpc32xx_eth.o  obj-$(CONFIG_MACB) += macb.o  obj-$(CONFIG_MCFFEC) += mcffec.o mcfmii.o -obj-$(CONFIG_MDIO_MUX_I2CREG) += mdio_mux_i2creg.o  obj-$(CONFIG_MDIO_MUX_SANDBOX) += mdio_mux_sandbox.o  obj-$(CONFIG_MPC8XX_FEC) += mpc8xx_fec.o  obj-$(CONFIG_MT7628_ETH) += mt7628-eth.o | 
