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