]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/net/phy/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[karo-tx-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 BROADCOM_PHY
73         tristate "Drivers for Broadcom PHYs"
74         ---help---
75           Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464,
76           BCM5481 and BCM5482 PHYs.
77
78 config BCM63XX_PHY
79         tristate "Drivers for Broadcom 63xx SOCs internal PHY"
80         depends on BCM63XX
81         ---help---
82           Currently supports the 6348 and 6358 PHYs.
83
84 config BCM7XXX_PHY
85         tristate "Drivers for Broadcom 7xxx SOCs internal PHYs"
86         ---help---
87           Currently supports the BCM7366, BCM7439, BCM7445, and
88           40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
89
90 config BCM87XX_PHY
91         tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs"
92         help
93           Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
94
95 config ICPLUS_PHY
96         tristate "Drivers for ICPlus PHYs"
97         ---help---
98           Currently supports the IP175C and IP1001 PHYs.
99
100 config REALTEK_PHY
101         tristate "Drivers for Realtek PHYs"
102         ---help---
103           Supports the Realtek 821x PHY.
104
105 config NATIONAL_PHY
106         tristate "Drivers for National Semiconductor PHYs"
107         ---help---
108           Currently supports the DP83865 PHY.
109
110 config STE10XP
111         tristate "Driver for STMicroelectronics STe10Xp PHYs"
112         ---help---
113           This is the driver for the STe100p and STe101p PHYs.
114
115 config LSI_ET1011C_PHY
116         tristate "Driver for LSI ET1011C PHY"
117         ---help---
118           Supports the LSI ET1011C PHY.
119
120 config MICREL_PHY
121         tristate "Driver for Micrel PHYs"
122         ---help---
123           Supports the KSZ9021, VSC8201, KS8001 PHYs.
124
125 config DP83848_PHY
126         tristate "Driver for Texas Instruments DP83848 PHY"
127         ---help---
128           Supports the DP83848 PHY.
129
130 config DP83867_PHY
131         tristate "Drivers for Texas Instruments DP83867 Gigabit PHY"
132         ---help---
133           Currently supports the DP83867 PHY.
134
135 config MICROCHIP_PHY
136         tristate "Drivers for Microchip PHYs"
137         help
138           Supports the LAN88XX PHYs.
139
140 config FIXED_PHY
141         tristate "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
142         depends on PHYLIB
143         ---help---
144           Adds the platform "fixed" MDIO Bus to cover the boards that use
145           PHYs that are not connected to the real MDIO bus.
146
147           Currently tested with mpc866ads and mpc8349e-mitx.
148
149 config MDIO_BITBANG
150         tristate "Support for bitbanged MDIO buses"
151         help
152           This module implements the MDIO bus protocol in software,
153           for use by low level drivers that export the ability to
154           drive the relevant pins.
155
156           If in doubt, say N.
157
158 config MDIO_GPIO
159         tristate "Support for GPIO lib-based bitbanged MDIO buses"
160         depends on MDIO_BITBANG && GPIOLIB
161         ---help---
162           Supports GPIO lib-based MDIO busses.
163
164           To compile this driver as a module, choose M here: the module
165           will be called mdio-gpio.
166
167 config MDIO_OCTEON
168         tristate "Support for MDIO buses on Octeon and ThunderX SOCs"
169         depends on 64BIT
170         help
171
172           This module provides a driver for the Octeon and ThunderX MDIO
173           busses. It is required by the Octeon and ThunderX ethernet device
174           drivers.
175
176 config MDIO_SUN4I
177         tristate "Allwinner sun4i MDIO interface support"
178         depends on ARCH_SUNXI
179         help
180           This driver supports the MDIO interface found in the network
181           interface units of the Allwinner SoC that have an EMAC (A10,
182           A12, A10s, etc.)
183
184 config MDIO_MOXART
185         tristate "MOXA ART MDIO interface support"
186         depends on ARCH_MOXART
187         help
188           This driver supports the MDIO interface found in the network
189           interface units of the MOXA ART SoC
190
191 config MDIO_BUS_MUX
192         tristate
193         depends on OF_MDIO
194         help
195           This module provides a driver framework for MDIO bus
196           multiplexers which connect one of several child MDIO busses
197           to a parent bus.  Switching between child busses is done by
198           device specific drivers.
199
200 config MDIO_BUS_MUX_GPIO
201         tristate "Support for GPIO controlled MDIO bus multiplexers"
202         depends on OF_GPIO && OF_MDIO
203         select MDIO_BUS_MUX
204         help
205           This module provides a driver for MDIO bus multiplexers that
206           are controlled via GPIO lines.  The multiplexer connects one of
207           several child MDIO busses to a parent bus.  Child bus
208           selection is under the control of GPIO lines.
209
210 config MDIO_BUS_MUX_MMIOREG
211         tristate "Support for MMIO device-controlled MDIO bus multiplexers"
212         depends on OF_MDIO && HAS_IOMEM
213         select MDIO_BUS_MUX
214         help
215           This module provides a driver for MDIO bus multiplexers that
216           are controlled via a simple memory-mapped device, like an FPGA.
217           The multiplexer connects one of several child MDIO busses to a
218           parent bus.  Child bus selection is under the control of one of
219           the FPGA's registers.
220
221           Currently, only 8-bit registers are supported.
222
223 config MDIO_BCM_UNIMAC
224         tristate "Broadcom UniMAC MDIO bus controller"
225         depends on HAS_IOMEM
226         help
227           This module provides a driver for the Broadcom UniMAC MDIO busses.
228           This hardware can be found in the Broadcom GENET Ethernet MAC
229           controllers as well as some Broadcom Ethernet switches such as the
230           Starfighter 2 switches.
231 endif # PHYLIB
232
233 config MICREL_KS8995MA
234         tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
235         depends on SPI