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

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

268 Enables support for Motorcomm network PHYs.
269 Currently supports YT85xx Gigabit Ethernet PHYs.
270
271config NATIONAL_PHY
272 tristate "National Semiconductor PHYs"
273 help
274 Currently supports the DP83865 PHY.
275
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PHY Layer Configuration
4#
5
6config PHYLINK
7 tristate
8 depends on NETDEVICES

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

268 Enables support for Motorcomm network PHYs.
269 Currently supports YT85xx Gigabit Ethernet PHYs.
270
271config NATIONAL_PHY
272 tristate "National Semiconductor PHYs"
273 help
274 Currently supports the DP83865 PHY.
275
276config NXP_CBTX_PHY
277 tristate "NXP 100BASE-TX PHYs"
278 help
279 Support the 100BASE-TX PHY integrated on the SJA1110 automotive
280 switch family.
281
276config NXP_C45_TJA11XX_PHY
277 tristate "NXP C45 TJA11XX PHYs"
278 depends on PTP_1588_CLOCK_OPTIONAL
279 help
280 Enable support for NXP C45 TJA11XX PHYs.
281 Currently supports only the TJA1103 PHY.
282
283config NXP_TJA11XX_PHY

--- 104 unchanged lines hidden ---
282config NXP_C45_TJA11XX_PHY
283 tristate "NXP C45 TJA11XX PHYs"
284 depends on PTP_1588_CLOCK_OPTIONAL
285 help
286 Enable support for NXP C45 TJA11XX PHYs.
287 Currently supports only the TJA1103 PHY.
288
289config NXP_TJA11XX_PHY

--- 104 unchanged lines hidden ---