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

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

229 help
230 Currently supports VSC8514, VSC8530, VSC8531, VSC8540 and VSC8541 PHYs
231
232config NATIONAL_PHY
233 tristate "National Semiconductor PHYs"
234 help
235 Currently supports the DP83865 PHY.
236
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PHY Layer Configuration
4#
5
6config PHYLINK
7 tristate
8 depends on NETDEVICES

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

229 help
230 Currently supports VSC8514, VSC8530, VSC8531, VSC8540 and VSC8541 PHYs
231
232config NATIONAL_PHY
233 tristate "National Semiconductor PHYs"
234 help
235 Currently supports the DP83865 PHY.
236
237config NXP_C45_TJA11XX_PHY
238 tristate "NXP C45 TJA11XX PHYs"
239 help
240 Enable support for NXP C45 TJA11XX PHYs.
241 Currently supports only the TJA1103 PHY.
242
237config NXP_TJA11XX_PHY
238 tristate "NXP TJA11xx PHYs support"
239 depends on HWMON
240 help
241 Currently supports the NXP TJA1100 and TJA1101 PHY.
242
243config AT803X_PHY
244 tristate "Qualcomm Atheros AR803X PHYs"

--- 83 unchanged lines hidden ---
243config NXP_TJA11XX_PHY
244 tristate "NXP TJA11xx PHYs support"
245 depends on HWMON
246 help
247 Currently supports the NXP TJA1100 and TJA1101 PHY.
248
249config AT803X_PHY
250 tristate "Qualcomm Atheros AR803X PHYs"

--- 83 unchanged lines hidden ---