@@ -38,9 +38,6 @@ config ACPI_MDIO
3838 help
3939 ACPI MDIO bus (Ethernet PHY) accessors
4040
41- config MDIO_DEVRES
42- tristate
43-
4441config MDIO_SUN4I
4542 tristate "Allwinner sun4i MDIO interface support"
4643 depends on ARCH_SUNXI || COMPILE_TEST
@@ -60,7 +57,6 @@ config MDIO_ASPEED
6057 tristate "ASPEED MDIO bus controller"
6158 depends on ARCH_ASPEED || COMPILE_TEST
6259 depends on OF_MDIO && HAS_IOMEM
63- select MDIO_DEVRES
6460 help
6561 This module provides a driver for the independent MDIO bus
6662 controllers found in the ASPEED AST2600 SoC. This is a driver for the
@@ -130,15 +126,13 @@ config MDIO_I2C
130126config MDIO_MVUSB
131127 tristate "Marvell USB to MDIO Adapter"
132128 depends on USB
133- select MDIO_DEVRES
134129 help
135130 A USB to MDIO converter present on development boards for
136131 Marvell's Link Street family of Ethernet switches.
137132
138133config MDIO_MSCC_MIIM
139134 tristate "Microsemi MIIM interface support"
140135 depends on HAS_IOMEM && REGMAP_MMIO
141- select MDIO_DEVRES
142136 help
143137 This driver supports the MIIM (MDIO) interface found in the network
144138 switches of the Microsemi SoCs; it is recommended to switch on
@@ -156,7 +150,6 @@ config MDIO_OCTEON
156150 depends on (64BIT && OF_MDIO) || COMPILE_TEST
157151 depends on HAS_IOMEM
158152 select MDIO_CAVIUM
159- select MDIO_DEVRES
160153 help
161154 This module provides a driver for the Octeon and ThunderX MDIO
162155 buses. It is required by the Octeon and ThunderX ethernet device
@@ -166,7 +159,6 @@ config MDIO_IPQ4019
166159 tristate "Qualcomm IPQ4019 MDIO interface support"
167160 depends on HAS_IOMEM && OF_MDIO
168161 depends on COMMON_CLK
169- select MDIO_DEVRES
170162 help
171163 This driver supports the MDIO interface found in Qualcomm
172164 IPQ40xx, IPQ60xx, IPQ807x and IPQ50xx series Soc-s.
@@ -175,15 +167,13 @@ config MDIO_IPQ8064
175167 tristate "Qualcomm IPQ8064 MDIO interface support"
176168 depends on HAS_IOMEM && OF_MDIO
177169 depends on MFD_SYSCON
178- select MDIO_DEVRES
179170 help
180171 This driver supports the MDIO interface found in the network
181172 interface units of the IPQ8064 SoC
182173
183174config MDIO_REALTEK_RTL9300
184175 tristate "Realtek RTL9300 MDIO interface support"
185176 depends on MACH_REALTEK_RTL || COMPILE_TEST
186- select MDIO_DEVRES
187177 help
188178 This driver supports the MDIO interface found in the Realtek
189179 RTL9300 family of Ethernet switches with integrated SoC.
@@ -204,7 +194,6 @@ config MDIO_THUNDER
204194 depends on 64BIT
205195 depends on PCI
206196 select MDIO_CAVIUM
207- select MDIO_DEVRES
208197 help
209198 This driver supports the MDIO interfaces found on Cavium
210199 ThunderX SoCs when the MDIO bus device appears as a PCI
0 commit comments