Kconfig (50501936288d6a29d7ef78f25d00e33240fad45f) Kconfig (00f11ac71708d2e5e434aa2ef9249f95b5e7e313)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PHY Layer Configuration
4#
5
6config PHYLINK
7 tristate
8 depends on NETDEVICES

--- 203 unchanged lines hidden (view full) ---

212 help
213 Currently has a driver for the 88E1XXX
214
215config MARVELL_10G_PHY
216 tristate "Marvell Alaska 10Gbit PHYs"
217 help
218 Support for the Marvell Alaska MV88X3310 and compatible PHYs.
219
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PHY Layer Configuration
4#
5
6config PHYLINK
7 tristate
8 depends on NETDEVICES

--- 203 unchanged lines hidden (view full) ---

212 help
213 Currently has a driver for the 88E1XXX
214
215config MARVELL_10G_PHY
216 tristate "Marvell Alaska 10Gbit PHYs"
217 help
218 Support for the Marvell Alaska MV88X3310 and compatible PHYs.
219
220config MARVELL_88Q2XXX_PHY
221 tristate "Marvell 88Q2XXX PHY"
222 help
223 Support for the Marvell 88Q2XXX 100/1000BASE-T1 Automotive Ethernet
224 PHYs.
225
220config MARVELL_88X2222_PHY
221 tristate "Marvell 88X2222 PHY"
222 help
223 Support for the Marvell 88X2222 Dual-port Multi-speed Ethernet
224 Transceiver.
225
226config MAXLINEAR_GPHY
227 tristate "Maxlinear Ethernet PHYs"
228 select POLYNOMIAL if HWMON
229 depends on HWMON || HWMON=n
230 help
231 Support for the Maxlinear GPY115, GPY211, GPY212, GPY215,
232 GPY241, GPY245 PHYs.
233
234config MEDIATEK_GE_PHY
235 tristate "MediaTek Gigabit Ethernet PHYs"
236 help
237 Supports the MediaTek Gigabit Ethernet PHYs.
238
226config MARVELL_88X2222_PHY
227 tristate "Marvell 88X2222 PHY"
228 help
229 Support for the Marvell 88X2222 Dual-port Multi-speed Ethernet
230 Transceiver.
231
232config MAXLINEAR_GPHY
233 tristate "Maxlinear Ethernet PHYs"
234 select POLYNOMIAL if HWMON
235 depends on HWMON || HWMON=n
236 help
237 Support for the Maxlinear GPY115, GPY211, GPY212, GPY215,
238 GPY241, GPY245 PHYs.
239
240config MEDIATEK_GE_PHY
241 tristate "MediaTek Gigabit Ethernet PHYs"
242 help
243 Supports the MediaTek Gigabit Ethernet PHYs.
244
245config MEDIATEK_GE_SOC_PHY
246 tristate "MediaTek SoC Ethernet PHYs"
247 depends on (ARM64 && ARCH_MEDIATEK) || COMPILE_TEST
248 depends on NVMEM_MTK_EFUSE
249 help
250 Supports MediaTek SoC built-in Gigabit Ethernet PHYs.
251
252 Include support for built-in Ethernet PHYs which are present in
253 the MT7981 and MT7988 SoCs. These PHYs need calibration data
254 present in the SoCs efuse and will dynamically calibrate VCM
255 (common-mode voltage) during startup.
256
239config MICREL_PHY
240 tristate "Micrel PHYs"
241 depends on PTP_1588_CLOCK_OPTIONAL
242 help
243 Supports the KSZ9021, VSC8201, KS8001 PHYs.
244
245config MICROCHIP_T1S_PHY
257config MICREL_PHY
258 tristate "Micrel PHYs"
259 depends on PTP_1588_CLOCK_OPTIONAL
260 help
261 Supports the KSZ9021, VSC8201, KS8001 PHYs.
262
263config MICROCHIP_T1S_PHY
246 tristate "Microchip 10BASE-T1S Ethernet PHY"
264 tristate "Microchip 10BASE-T1S Ethernet PHYs"
247 help
265 help
248 Currently supports the LAN8670, LAN8671, LAN8672
266 Currently supports the LAN8670/1/2 Rev.B1 and LAN8650/1 Rev.B0 Internal
267 PHYs.
249
250config MICROCHIP_PHY
251 tristate "Microchip PHYs"
252 help
253 Supports the LAN88XX PHYs.
254
255config MICROCHIP_T1_PHY
256 tristate "Microchip T1 PHYs"

--- 140 unchanged lines hidden ---
268
269config MICROCHIP_PHY
270 tristate "Microchip PHYs"
271 help
272 Supports the LAN88XX PHYs.
273
274config MICROCHIP_T1_PHY
275 tristate "Microchip T1 PHYs"

--- 140 unchanged lines hidden ---