Kconfig (6e28f56c0d1d976a4940d13d7f27e446ce65cd0a) | Kconfig (165cd04fe25392f875ebb94188c4faa20905290d) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PHY Layer Configuration 4# 5 6config PHYLINK 7 tristate 8 depends on NETDEVICES --- 328 unchanged lines hidden (view full) --- 337 Currently supports the DP83867 PHY. 338 339config DP83869_PHY 340 tristate "Texas Instruments DP83869 Gigabit PHY" 341 help 342 Currently supports the DP83869 PHY. This PHY supports copper and 343 fiber connections. 344 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PHY Layer Configuration 4# 5 6config PHYLINK 7 tristate 8 depends on NETDEVICES --- 328 unchanged lines hidden (view full) --- 337 Currently supports the DP83867 PHY. 338 339config DP83869_PHY 340 tristate "Texas Instruments DP83869 Gigabit PHY" 341 help 342 Currently supports the DP83869 PHY. This PHY supports copper and 343 fiber connections. 344 |
345config DP83TD510_PHY 346 tristate "Texas Instruments DP83TD510 Ethernet 10Base-T1L PHY" 347 help 348 Support for the DP83TD510 Ethernet 10Base-T1L PHY. This PHY supports 349 a 10M single pair Ethernet connection for up to 1000 meter cable. 350 |
|
345config VITESSE_PHY 346 tristate "Vitesse PHYs" 347 help 348 Currently supports the vsc8244 349 350config XILINX_GMII2RGMII 351 tristate "Xilinx GMII2RGMII converter driver" 352 help 353 This driver support xilinx GMII to RGMII IP core it provides 354 the Reduced Gigabit Media Independent Interface(RGMII) between 355 Ethernet physical media devices and the Gigabit Ethernet controller. 356 357endif # PHYLIB 358 359config MICREL_KS8995MA 360 tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch" 361 depends on SPI | 351config VITESSE_PHY 352 tristate "Vitesse PHYs" 353 help 354 Currently supports the vsc8244 355 356config XILINX_GMII2RGMII 357 tristate "Xilinx GMII2RGMII converter driver" 358 help 359 This driver support xilinx GMII to RGMII IP core it provides 360 the Reduced Gigabit Media Independent Interface(RGMII) between 361 Ethernet physical media devices and the Gigabit Ethernet controller. 362 363endif # PHYLIB 364 365config MICREL_KS8995MA 366 tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch" 367 depends on SPI |