8ef81914422049ffb353c822f51c69fe777f1296
[deliverable/linux.git] / drivers / net / phy / Kconfig
1 #
2 # PHY Layer Configuration
3 #
4
5 menuconfig PHYLIB
6 tristate "PHY Device support and infrastructure"
7 depends on NETDEVICES
8 help
9 Ethernet controllers are usually attached to PHY
10 devices. This option provides infrastructure for
11 managing PHY devices.
12
13 if PHYLIB
14
15 comment "MII PHY device drivers"
16
17 config AT803X_PHY
18 tristate "Drivers for Atheros AT803X PHYs"
19 ---help---
20 Currently supports the AT8030 and AT8035 model
21
22 config AMD_PHY
23 tristate "Drivers for the AMD PHYs"
24 ---help---
25 Currently supports the am79c874
26
27 config MARVELL_PHY
28 tristate "Drivers for Marvell PHYs"
29 ---help---
30 Currently has a driver for the 88E1011S
31
32 config DAVICOM_PHY
33 tristate "Drivers for Davicom PHYs"
34 ---help---
35 Currently supports dm9161e and dm9131
36
37 config QSEMI_PHY
38 tristate "Drivers for Quality Semiconductor PHYs"
39 ---help---
40 Currently supports the qs6612
41
42 config LXT_PHY
43 tristate "Drivers for the Intel LXT PHYs"
44 ---help---
45 Currently supports the lxt970, lxt971
46
47 config CICADA_PHY
48 tristate "Drivers for the Cicada PHYs"
49 ---help---
50 Currently supports the cis8204
51
52 config VITESSE_PHY
53 tristate "Drivers for the Vitesse PHYs"
54 ---help---
55 Currently supports the vsc8244
56
57 config TERANETICS_PHY
58 tristate "Drivers for the Teranetics PHYs"
59 ---help---
60 Currently supports the Teranetics TN2020
61
62 config SMSC_PHY
63 tristate "Drivers for SMSC PHYs"
64 ---help---
65 Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
66
67 config BROADCOM_PHY
68 tristate "Drivers for Broadcom PHYs"
69 ---help---
70 Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464,
71 BCM5481 and BCM5482 PHYs.
72
73 config BCM63XX_PHY
74 tristate "Drivers for Broadcom 63xx SOCs internal PHY"
75 depends on BCM63XX
76 ---help---
77 Currently supports the 6348 and 6358 PHYs.
78
79 config BCM7XXX_PHY
80 tristate "Drivers for Broadcom 7xxx SOCs internal PHYs"
81 ---help---
82 Currently supports the BCM7366, BCM7439, BCM7445, and
83 40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
84
85 config BCM87XX_PHY
86 tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs"
87 help
88 Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
89
90 config ICPLUS_PHY
91 tristate "Drivers for ICPlus PHYs"
92 ---help---
93 Currently supports the IP175C and IP1001 PHYs.
94
95 config REALTEK_PHY
96 tristate "Drivers for Realtek PHYs"
97 ---help---
98 Supports the Realtek 821x PHY.
99
100 config NATIONAL_PHY
101 tristate "Drivers for National Semiconductor PHYs"
102 ---help---
103 Currently supports the DP83865 PHY.
104
105 config STE10XP
106 tristate "Driver for STMicroelectronics STe10Xp PHYs"
107 ---help---
108 This is the driver for the STe100p and STe101p PHYs.
109
110 config LSI_ET1011C_PHY
111 tristate "Driver for LSI ET1011C PHY"
112 ---help---
113 Supports the LSI ET1011C PHY.
114
115 config MICREL_PHY
116 tristate "Driver for Micrel PHYs"
117 ---help---
118 Supports the KSZ9021, VSC8201, KS8001 PHYs.
119
120 config DP83867_PHY
121 tristate "Drivers for Texas Instruments DP83867 Gigabit PHY"
122 ---help---
123 Currently supports the DP83867 PHY.
124
125 config FIXED_PHY
126 tristate "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
127 depends on PHYLIB
128 ---help---
129 Adds the platform "fixed" MDIO Bus to cover the boards that use
130 PHYs that are not connected to the real MDIO bus.
131
132 Currently tested with mpc866ads and mpc8349e-mitx.
133
134 config MDIO_BITBANG
135 tristate "Support for bitbanged MDIO buses"
136 help
137 This module implements the MDIO bus protocol in software,
138 for use by low level drivers that export the ability to
139 drive the relevant pins.
140
141 If in doubt, say N.
142
143 config MDIO_GPIO
144 tristate "Support for GPIO lib-based bitbanged MDIO buses"
145 depends on MDIO_BITBANG && GPIOLIB
146 ---help---
147 Supports GPIO lib-based MDIO busses.
148
149 To compile this driver as a module, choose M here: the module
150 will be called mdio-gpio.
151
152 config MDIO_OCTEON
153 tristate "Support for MDIO buses on Octeon and ThunderX SOCs"
154 depends on 64BIT
155 help
156
157 This module provides a driver for the Octeon and ThunderX MDIO
158 busses. It is required by the Octeon and ThunderX ethernet device
159 drivers.
160
161 If in doubt, say Y.
162
163 config MDIO_SUN4I
164 tristate "Allwinner sun4i MDIO interface support"
165 depends on ARCH_SUNXI
166 help
167 This driver supports the MDIO interface found in the network
168 interface units of the Allwinner SoC that have an EMAC (A10,
169 A12, A10s, etc.)
170
171 config MDIO_MOXART
172 tristate "MOXA ART MDIO interface support"
173 depends on ARCH_MOXART
174 help
175 This driver supports the MDIO interface found in the network
176 interface units of the MOXA ART SoC
177
178 config MDIO_BUS_MUX
179 tristate
180 depends on OF_MDIO
181 help
182 This module provides a driver framework for MDIO bus
183 multiplexers which connect one of several child MDIO busses
184 to a parent bus. Switching between child busses is done by
185 device specific drivers.
186
187 config MDIO_BUS_MUX_GPIO
188 tristate "Support for GPIO controlled MDIO bus multiplexers"
189 depends on OF_GPIO && OF_MDIO
190 select MDIO_BUS_MUX
191 help
192 This module provides a driver for MDIO bus multiplexers that
193 are controlled via GPIO lines. The multiplexer connects one of
194 several child MDIO busses to a parent bus. Child bus
195 selection is under the control of GPIO lines.
196
197 config MDIO_BUS_MUX_MMIOREG
198 tristate "Support for MMIO device-controlled MDIO bus multiplexers"
199 depends on OF_MDIO && HAS_IOMEM
200 select MDIO_BUS_MUX
201 help
202 This module provides a driver for MDIO bus multiplexers that
203 are controlled via a simple memory-mapped device, like an FPGA.
204 The multiplexer connects one of several child MDIO busses to a
205 parent bus. Child bus selection is under the control of one of
206 the FPGA's registers.
207
208 Currently, only 8-bit registers are supported.
209
210 config MDIO_BCM_UNIMAC
211 tristate "Broadcom UniMAC MDIO bus controller"
212 depends on HAS_IOMEM
213 help
214 This module provides a driver for the Broadcom UniMAC MDIO busses.
215 This hardware can be found in the Broadcom GENET Ethernet MAC
216 controllers as well as some Broadcom Ethernet switches such as the
217 Starfighter 2 switches.
218 endif # PHYLIB
219
220 config MICREL_KS8995MA
221 tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
222 depends on SPI
This page took 0.033493 seconds and 4 git commands to generate.