Kconfig (60675d4ca1ef0857e44eba5849b74a3a998d0c0f) | Kconfig (7215e9375694dbb2306082b516d824b9335fa409) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PHY Layer Configuration 4# 5 6config PHYLINK 7 tristate 8 depends on NETDEVICES --- 273 unchanged lines hidden (view full) --- 282 283config MICROCHIP_PHY 284 tristate "Microchip PHYs" 285 help 286 Supports the LAN88XX PHYs. 287 288config MICROCHIP_T1_PHY 289 tristate "Microchip T1 PHYs" | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PHY Layer Configuration 4# 5 6config PHYLINK 7 tristate 8 depends on NETDEVICES --- 273 unchanged lines hidden (view full) --- 282 283config MICROCHIP_PHY 284 tristate "Microchip PHYs" 285 help 286 Supports the LAN88XX PHYs. 287 288config MICROCHIP_T1_PHY 289 tristate "Microchip T1 PHYs" |
290 select MICROCHIP_PHY_RDS_PTP if NETWORK_PHY_TIMESTAMPING 291 depends on PTP_1588_CLOCK_OPTIONAL |
|
290 help | 292 help |
291 Supports the LAN87XX PHYs. | 293 Supports the LAN8XXX PHYs. |
292 | 294 |
295config MICROCHIP_PHY_RDS_PTP 296 tristate 297 help 298 Currently supports LAN887X T1 PHY 299 |
|
293config MICROSEMI_PHY 294 tristate "Microsemi PHYs" 295 depends on MACSEC || MACSEC=n 296 depends on PTP_1588_CLOCK_OPTIONAL || !NETWORK_PHY_TIMESTAMPING 297 select CRYPTO_LIB_AES if MACSEC 298 help 299 Currently supports VSC8514, VSC8530, VSC8531, VSC8540 and VSC8541 PHYs 300 --- 15 unchanged lines hidden (view full) --- 316 switch family. 317 318config NXP_C45_TJA11XX_PHY 319 tristate "NXP C45 TJA11XX PHYs" 320 depends on PTP_1588_CLOCK_OPTIONAL 321 depends on MACSEC || !MACSEC 322 help 323 Enable support for NXP C45 TJA11XX PHYs. | 300config MICROSEMI_PHY 301 tristate "Microsemi PHYs" 302 depends on MACSEC || MACSEC=n 303 depends on PTP_1588_CLOCK_OPTIONAL || !NETWORK_PHY_TIMESTAMPING 304 select CRYPTO_LIB_AES if MACSEC 305 help 306 Currently supports VSC8514, VSC8530, VSC8531, VSC8540 and VSC8541 PHYs 307 --- 15 unchanged lines hidden (view full) --- 323 switch family. 324 325config NXP_C45_TJA11XX_PHY 326 tristate "NXP C45 TJA11XX PHYs" 327 depends on PTP_1588_CLOCK_OPTIONAL 328 depends on MACSEC || !MACSEC 329 help 330 Enable support for NXP C45 TJA11XX PHYs. |
324 Currently supports the TJA1103, TJA1104 and TJA1120 PHYs. | 331 Currently supports the TJA1103, TJA1104, TJA1120 and TJA1121 PHYs. |
325 326config NXP_TJA11XX_PHY 327 tristate "NXP TJA11xx PHYs support" 328 depends on HWMON 329 help 330 Currently supports the NXP TJA1100 and TJA1101 PHY. 331 332config NCN26000_PHY --- 5 unchanged lines hidden (view full) --- 338 339source "drivers/net/phy/qcom/Kconfig" 340 341config QSEMI_PHY 342 tristate "Quality Semiconductor PHYs" 343 help 344 Currently supports the qs6612 345 | 332 333config NXP_TJA11XX_PHY 334 tristate "NXP TJA11xx PHYs support" 335 depends on HWMON 336 help 337 Currently supports the NXP TJA1100 and TJA1101 PHY. 338 339config NCN26000_PHY --- 5 unchanged lines hidden (view full) --- 345 346source "drivers/net/phy/qcom/Kconfig" 347 348config QSEMI_PHY 349 tristate "Quality Semiconductor PHYs" 350 help 351 Currently supports the qs6612 352 |
346config REALTEK_PHY 347 tristate "Realtek PHYs" 348 help 349 Supports the Realtek 821x PHY. | 353source "drivers/net/phy/realtek/Kconfig" |
350 351config RENESAS_PHY 352 tristate "Renesas PHYs" 353 help 354 Supports the Renesas PHYs uPD60620 and uPD60620A. 355 356config ROCKCHIP_PHY 357 tristate "Rockchip Ethernet PHYs" --- 83 unchanged lines hidden --- | 354 355config RENESAS_PHY 356 tristate "Renesas PHYs" 357 help 358 Supports the Renesas PHYs uPD60620 and uPD60620A. 359 360config ROCKCHIP_PHY 361 tristate "Rockchip Ethernet PHYs" --- 83 unchanged lines hidden --- |