Kconfig (87d8a69709d971913e6cc7210450fcb8be963667) | Kconfig (d05070091849015f8c5b7d55cd75b86ebb61b3ec) |
---|---|
1# 2# PHY Layer Configuration 3# 4 5menuconfig PHYLIB 6 tristate "PHY Device support and infrastructure" 7 depends on !S390 8 depends on NET_ETHERNET --- 74 unchanged lines hidden (view full) --- 83 ---help--- 84 This is the driver for the STe100p and STe101p PHYs. 85 86config LSI_ET1011C_PHY 87 tristate "Driver for LSI ET1011C PHY" 88 ---help--- 89 Supports the LSI ET1011C PHY. 90 | 1# 2# PHY Layer Configuration 3# 4 5menuconfig PHYLIB 6 tristate "PHY Device support and infrastructure" 7 depends on !S390 8 depends on NET_ETHERNET --- 74 unchanged lines hidden (view full) --- 83 ---help--- 84 This is the driver for the STe100p and STe101p PHYs. 85 86config LSI_ET1011C_PHY 87 tristate "Driver for LSI ET1011C PHY" 88 ---help--- 89 Supports the LSI ET1011C PHY. 90 |
91config MICREL_PHY 92 tristate "Driver for Micrel PHYs" 93 ---help--- 94 Supports the KSZ9021, VSC8201, KS8001 PHYs. 95 |
|
91config FIXED_PHY 92 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" 93 depends on PHYLIB=y 94 ---help--- 95 Adds the platform "fixed" MDIO Bus to cover the boards that use 96 PHYs that are not connected to the real MDIO bus. 97 98 Currently tested with mpc866ads and mpc8349e-mitx. --- 31 unchanged lines hidden --- | 96config FIXED_PHY 97 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" 98 depends on PHYLIB=y 99 ---help--- 100 Adds the platform "fixed" MDIO Bus to cover the boards that use 101 PHYs that are not connected to the real MDIO bus. 102 103 Currently tested with mpc866ads and mpc8349e-mitx. --- 31 unchanged lines hidden --- |