yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | # |
| 2 | # PHY Layer Configuration |
| 3 | # |
| 4 | |
| 5 | menuconfig PHYLIB |
| 6 | tristate "PHY Device support and infrastructure" |
| 7 | depends on !S390 |
| 8 | depends on NETDEVICES |
| 9 | help |
| 10 | Ethernet controllers are usually attached to PHY |
| 11 | devices. This option provides infrastructure for |
| 12 | managing PHY devices. |
| 13 | |
| 14 | if PHYLIB |
| 15 | |
| 16 | comment "MII PHY device drivers" |
| 17 | |
| 18 | config AMD_PHY |
| 19 | tristate "Drivers for the AMD PHYs" |
| 20 | ---help--- |
| 21 | Currently supports the am79c874 |
| 22 | |
| 23 | config MARVELL_PHY |
| 24 | tristate "Drivers for Marvell PHYs" |
| 25 | ---help--- |
| 26 | Currently has a driver for the 88E1011S |
| 27 | |
| 28 | config DAVICOM_PHY |
| 29 | tristate "Drivers for Davicom PHYs" |
| 30 | ---help--- |
| 31 | Currently supports dm9161e and dm9131 |
| 32 | |
| 33 | config QSEMI_PHY |
| 34 | tristate "Drivers for Quality Semiconductor PHYs" |
| 35 | ---help--- |
| 36 | Currently supports the qs6612 |
| 37 | |
| 38 | config LXT_PHY |
| 39 | tristate "Drivers for the Intel LXT PHYs" |
| 40 | ---help--- |
| 41 | Currently supports the lxt970, lxt971 |
| 42 | |
| 43 | config CICADA_PHY |
| 44 | tristate "Drivers for the Cicada PHYs" |
| 45 | ---help--- |
| 46 | Currently supports the cis8204 |
| 47 | |
| 48 | config VITESSE_PHY |
| 49 | tristate "Drivers for the Vitesse PHYs" |
| 50 | ---help--- |
| 51 | Currently supports the vsc8244 |
| 52 | |
| 53 | config SMSC_PHY |
| 54 | tristate "Drivers for SMSC PHYs" |
| 55 | ---help--- |
| 56 | Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs |
| 57 | |
| 58 | config BROADCOM_PHY |
| 59 | tristate "Drivers for Broadcom PHYs" |
| 60 | ---help--- |
| 61 | Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481 |
| 62 | and BCM5482 PHYs. |
| 63 | |
| 64 | config BCM63XX_PHY |
| 65 | tristate "Drivers for Broadcom 63xx SOCs internal PHY" |
| 66 | depends on BCM63XX |
| 67 | ---help--- |
| 68 | Currently supports the 6348 and 6358 PHYs. |
| 69 | |
| 70 | config ICPLUS_PHY |
| 71 | tristate "Drivers for ICPlus PHYs" |
| 72 | ---help--- |
| 73 | Currently supports the IP175C and IP1001 PHYs. |
| 74 | |
| 75 | config REALTEK_PHY |
| 76 | tristate "Drivers for Realtek PHYs" |
| 77 | ---help--- |
| 78 | Supports the Realtek 821x PHY. |
| 79 | |
| 80 | config NATIONAL_PHY |
| 81 | tristate "Drivers for National Semiconductor PHYs" |
| 82 | ---help--- |
| 83 | Currently supports the DP83865 PHY. |
| 84 | |
| 85 | config STE10XP |
| 86 | tristate "Driver for STMicroelectronics STe10Xp PHYs" |
| 87 | ---help--- |
| 88 | This is the driver for the STe100p and STe101p PHYs. |
| 89 | |
| 90 | config LSI_ET1011C_PHY |
| 91 | tristate "Driver for LSI ET1011C PHY" |
| 92 | ---help--- |
| 93 | Supports the LSI ET1011C PHY. |
| 94 | |
| 95 | config MICREL_PHY |
| 96 | tristate "Driver for Micrel PHYs" |
| 97 | ---help--- |
| 98 | Supports the KSZ9021, VSC8201, KS8001 PHYs. |
| 99 | |
| 100 | config FIXED_PHY |
| 101 | bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" |
| 102 | depends on PHYLIB=y |
| 103 | ---help--- |
| 104 | Adds the platform "fixed" MDIO Bus to cover the boards that use |
| 105 | PHYs that are not connected to the real MDIO bus. |
| 106 | |
| 107 | Currently tested with mpc866ads and mpc8349e-mitx. |
| 108 | |
| 109 | config MDIO_BITBANG |
| 110 | tristate "Support for bitbanged MDIO buses" |
| 111 | help |
| 112 | This module implements the MDIO bus protocol in software, |
| 113 | for use by low level drivers that export the ability to |
| 114 | drive the relevant pins. |
| 115 | |
| 116 | If in doubt, say N. |
| 117 | |
| 118 | config MDIO_GPIO |
| 119 | tristate "Support for GPIO lib-based bitbanged MDIO buses" |
| 120 | depends on MDIO_BITBANG && GENERIC_GPIO |
| 121 | ---help--- |
| 122 | Supports GPIO lib-based MDIO busses. |
| 123 | |
| 124 | To compile this driver as a module, choose M here: the module |
| 125 | will be called mdio-gpio. |
| 126 | |
| 127 | config MDIO_OCTEON |
| 128 | tristate "Support for MDIO buses on Octeon SOCs" |
| 129 | depends on CPU_CAVIUM_OCTEON |
| 130 | default y |
| 131 | help |
| 132 | |
| 133 | This module provides a driver for the Octeon MDIO busses. |
| 134 | It is required by the Octeon Ethernet device drivers. |
| 135 | |
| 136 | If in doubt, say Y. |
| 137 | |
| 138 | endif # PHYLIB |
| 139 | |
| 140 | config MICREL_KS8995MA |
| 141 | tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch" |
| 142 | depends on SPI |
| 143 | |
| 144 | source "drivers/net/phy/icplus/Kconfig" |
| 145 | source "drivers/net/phy/realtek/Kconfig" |
| 146 | |