]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/net/phy/Kconfig
Merge tag 'regmap-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[mirror_ubuntu-artful-kernel.git] / drivers / net / phy / Kconfig
CommitLineData
00db8189
AF
1#
2# PHY Layer Configuration
3#
4
53f99941 5menuconfig PHYLIB
fc0b927d 6 tristate "PHY Device support and infrastructure"
cba86f2e 7 depends on NETDEVICES
00db8189
AF
8 help
9 Ethernet controllers are usually attached to PHY
10 devices. This option provides infrastructure for
11 managing PHY devices.
12
53f99941
JE
13if PHYLIB
14
00db8189 15comment "MII PHY device drivers"
00db8189 16
0ca7111a
MU
17config AT803X_PHY
18 tristate "Drivers for Atheros AT803X PHYs"
19 ---help---
20 Currently supports the AT8030 and AT8035 model
21
49099122
HS
22config AMD_PHY
23 tristate "Drivers for the AMD PHYs"
24 ---help---
25 Currently supports the am79c874
26
1ebe98dc
LT
27config AMD_XGBE_PHY
28 tristate "Driver for the AMD 10GbE (amd-xgbe) PHYs"
29 depends on OF
30 ---help---
31 Currently supports the AMD 10GbE PHY
32
00db8189 33config MARVELL_PHY
67c4f3fa 34 tristate "Drivers for Marvell PHYs"
00db8189
AF
35 ---help---
36 Currently has a driver for the 88E1011S
37
38config DAVICOM_PHY
67c4f3fa 39 tristate "Drivers for Davicom PHYs"
00db8189
AF
40 ---help---
41 Currently supports dm9161e and dm9131
42
43config QSEMI_PHY
67c4f3fa 44 tristate "Drivers for Quality Semiconductor PHYs"
00db8189
AF
45 ---help---
46 Currently supports the qs6612
47
48config LXT_PHY
67c4f3fa 49 tristate "Drivers for the Intel LXT PHYs"
00db8189
AF
50 ---help---
51 Currently supports the lxt970, lxt971
52
53config CICADA_PHY
67c4f3fa 54 tristate "Drivers for the Cicada PHYs"
00db8189
AF
55 ---help---
56 Currently supports the cis8204
53f99941 57
ef82a306
JL
58config VITESSE_PHY
59 tristate "Drivers for the Vitesse PHYs"
ef82a306
JL
60 ---help---
61 Currently supports the vsc8244
00db8189 62
c9e055ac
HVR
63config SMSC_PHY
64 tristate "Drivers for SMSC PHYs"
c9e055ac 65 ---help---
4d9b1a02 66 Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
c9e055ac 67
c4b41c9f
MR
68config BROADCOM_PHY
69 tristate "Drivers for Broadcom PHYs"
c4b41c9f 70 ---help---
1b0771ab
MR
71 Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481
72 and BCM5482 PHYs.
c4b41c9f 73
09bb9aa0
MB
74config BCM63XX_PHY
75 tristate "Drivers for Broadcom 63xx SOCs internal PHY"
f1dc045e 76 depends on BCM63XX
09bb9aa0
MB
77 ---help---
78 Currently supports the 6348 and 6358 PHYs.
79
b560a58c
FF
80config BCM7XXX_PHY
81 tristate "Drivers for Broadcom 7xxx SOCs internal PHYs"
82 ---help---
83 Currently supports the BCM7366, BCM7439, BCM7445, and
84 40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
85
e9976d7c
DD
86config BCM87XX_PHY
87 tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs"
88 help
89 Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
90
0cefeeba
MB
91config ICPLUS_PHY
92 tristate "Drivers for ICPlus PHYs"
93 ---help---
377ecca9 94 Currently supports the IP175C and IP1001 PHYs.
0cefeeba 95
097c2aa8
JL
96config REALTEK_PHY
97 tristate "Drivers for Realtek PHYs"
98 ---help---
99 Supports the Realtek 821x PHY.
100
914804b9
GC
101config NATIONAL_PHY
102 tristate "Drivers for National Semiconductor PHYs"
103 ---help---
104 Currently supports the DP83865 PHY.
105
f95be180 106config STE10XP
f95be180
GC
107 tristate "Driver for STMicroelectronics STe10Xp PHYs"
108 ---help---
109 This is the driver for the STe100p and STe101p PHYs.
110
dbb7a95d
C
111config LSI_ET1011C_PHY
112 tristate "Driver for LSI ET1011C PHY"
113 ---help---
114 Supports the LSI ET1011C PHY.
115
d0507009
DC
116config MICREL_PHY
117 tristate "Driver for Micrel PHYs"
118 ---help---
119 Supports the KSZ9021, VSC8201, KS8001 PHYs.
120
11b0bacd 121config FIXED_PHY
a79d8e93 122 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
f9e7d100 123 depends on PHYLIB=y
11b0bacd 124 ---help---
a79d8e93
VB
125 Adds the platform "fixed" MDIO Bus to cover the boards that use
126 PHYs that are not connected to the real MDIO bus.
127
128 Currently tested with mpc866ads and mpc8349e-mitx.
7c32f470 129
e2ec4581
SW
130config MDIO_BITBANG
131 tristate "Support for bitbanged MDIO buses"
132 help
133 This module implements the MDIO bus protocol in software,
134 for use by low level drivers that export the ability to
135 drive the relevant pins.
136
137 If in doubt, say N.
138
72af187f 139config MDIO_GPIO
a5edeccb 140 tristate "Support for GPIO lib-based bitbanged MDIO buses"
76ec9d18 141 depends on MDIO_BITBANG && GPIOLIB
a5edeccb
LP
142 ---help---
143 Supports GPIO lib-based MDIO busses.
144
f004f3ea
PZ
145 To compile this driver as a module, choose M here: the module
146 will be called mdio-gpio.
147
25d967b7
DD
148config MDIO_OCTEON
149 tristate "Support for MDIO buses on Octeon SOCs"
9ddebc46 150 depends on CAVIUM_OCTEON_SOC
25d967b7
DD
151 default y
152 help
153
154 This module provides a driver for the Octeon MDIO busses.
155 It is required by the Octeon Ethernet device drivers.
156
157 If in doubt, say Y.
158
4bdcb1dd
MR
159config MDIO_SUN4I
160 tristate "Allwinner sun4i MDIO interface support"
161 depends on ARCH_SUNXI
162 select REGULATOR
163 select REGULATOR_FIXED_VOLTAGE
164 help
165 This driver supports the MDIO interface found in the network
166 interface units of the Allwinner SoC that have an EMAC (A10,
167 A12, A10s, etc.)
168
b0db7b0c
JJ
169config MDIO_MOXART
170 tristate "MOXA ART MDIO interface support"
171 depends on ARCH_MOXART
172 help
173 This driver supports the MDIO interface found in the network
174 interface units of the MOXA ART SoC
175
0ca2997d
DD
176config MDIO_BUS_MUX
177 tristate
178 depends on OF_MDIO
179 help
180 This module provides a driver framework for MDIO bus
181 multiplexers which connect one of several child MDIO busses
182 to a parent bus. Switching between child busses is done by
183 device specific drivers.
184
416912a1
DD
185config MDIO_BUS_MUX_GPIO
186 tristate "Support for GPIO controlled MDIO bus multiplexers"
187 depends on OF_GPIO && OF_MDIO
188 select MDIO_BUS_MUX
189 help
190 This module provides a driver for MDIO bus multiplexers that
191 are controlled via GPIO lines. The multiplexer connects one of
192 several child MDIO busses to a parent bus. Child bus
193 selection is under the control of GPIO lines.
194
6cc2ff82
TT
195config MDIO_BUS_MUX_MMIOREG
196 tristate "Support for MMIO device-controlled MDIO bus multiplexers"
197 depends on OF_MDIO
198 select MDIO_BUS_MUX
199 help
200 This module provides a driver for MDIO bus multiplexers that
201 are controlled via a simple memory-mapped device, like an FPGA.
202 The multiplexer connects one of several child MDIO busses to a
203 parent bus. Child bus selection is under the control of one of
204 the FPGA's registers.
205
206 Currently, only 8-bit registers are supported.
207
53f99941 208endif # PHYLIB
a8e510f6
FL
209
210config MICREL_KS8995MA
211 tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
212 depends on SPI