usb/ipheth: Add iPhone 5 support
[deliverable/linux.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"
53f99941 7 depends on !S390
cba86f2e 8 depends on NETDEVICES
00db8189
AF
9 help
10 Ethernet controllers are usually attached to PHY
11 devices. This option provides infrastructure for
12 managing PHY devices.
13
53f99941
JE
14if PHYLIB
15
00db8189 16comment "MII PHY device drivers"
00db8189 17
49099122
HS
18config AMD_PHY
19 tristate "Drivers for the AMD PHYs"
20 ---help---
21 Currently supports the am79c874
22
00db8189 23config MARVELL_PHY
67c4f3fa 24 tristate "Drivers for Marvell PHYs"
00db8189
AF
25 ---help---
26 Currently has a driver for the 88E1011S
27
28config DAVICOM_PHY
67c4f3fa 29 tristate "Drivers for Davicom PHYs"
00db8189
AF
30 ---help---
31 Currently supports dm9161e and dm9131
32
33config QSEMI_PHY
67c4f3fa 34 tristate "Drivers for Quality Semiconductor PHYs"
00db8189
AF
35 ---help---
36 Currently supports the qs6612
37
38config LXT_PHY
67c4f3fa 39 tristate "Drivers for the Intel LXT PHYs"
00db8189
AF
40 ---help---
41 Currently supports the lxt970, lxt971
42
43config CICADA_PHY
67c4f3fa 44 tristate "Drivers for the Cicada PHYs"
00db8189
AF
45 ---help---
46 Currently supports the cis8204
53f99941 47
ef82a306
JL
48config VITESSE_PHY
49 tristate "Drivers for the Vitesse PHYs"
ef82a306
JL
50 ---help---
51 Currently supports the vsc8244
00db8189 52
c9e055ac
HVR
53config SMSC_PHY
54 tristate "Drivers for SMSC PHYs"
c9e055ac 55 ---help---
4d9b1a02 56 Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
c9e055ac 57
c4b41c9f
MR
58config BROADCOM_PHY
59 tristate "Drivers for Broadcom PHYs"
c4b41c9f 60 ---help---
1b0771ab
MR
61 Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481
62 and BCM5482 PHYs.
c4b41c9f 63
09bb9aa0
MB
64config BCM63XX_PHY
65 tristate "Drivers for Broadcom 63xx SOCs internal PHY"
f1dc045e 66 depends on BCM63XX
09bb9aa0
MB
67 ---help---
68 Currently supports the 6348 and 6358 PHYs.
69
e9976d7c
DD
70config BCM87XX_PHY
71 tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs"
72 help
73 Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
74
0cefeeba
MB
75config ICPLUS_PHY
76 tristate "Drivers for ICPlus PHYs"
77 ---help---
377ecca9 78 Currently supports the IP175C and IP1001 PHYs.
0cefeeba 79
097c2aa8
JL
80config REALTEK_PHY
81 tristate "Drivers for Realtek PHYs"
82 ---help---
83 Supports the Realtek 821x PHY.
84
914804b9
GC
85config NATIONAL_PHY
86 tristate "Drivers for National Semiconductor PHYs"
87 ---help---
88 Currently supports the DP83865 PHY.
89
f95be180 90config STE10XP
f95be180
GC
91 tristate "Driver for STMicroelectronics STe10Xp PHYs"
92 ---help---
93 This is the driver for the STe100p and STe101p PHYs.
94
dbb7a95d
C
95config LSI_ET1011C_PHY
96 tristate "Driver for LSI ET1011C PHY"
97 ---help---
98 Supports the LSI ET1011C PHY.
99
d0507009
DC
100config MICREL_PHY
101 tristate "Driver for Micrel PHYs"
102 ---help---
103 Supports the KSZ9021, VSC8201, KS8001 PHYs.
104
11b0bacd 105config FIXED_PHY
a79d8e93 106 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
f9e7d100 107 depends on PHYLIB=y
11b0bacd 108 ---help---
a79d8e93
VB
109 Adds the platform "fixed" MDIO Bus to cover the boards that use
110 PHYs that are not connected to the real MDIO bus.
111
112 Currently tested with mpc866ads and mpc8349e-mitx.
7c32f470 113
e2ec4581
SW
114config MDIO_BITBANG
115 tristate "Support for bitbanged MDIO buses"
116 help
117 This module implements the MDIO bus protocol in software,
118 for use by low level drivers that export the ability to
119 drive the relevant pins.
120
121 If in doubt, say N.
122
72af187f 123config MDIO_GPIO
a5edeccb 124 tristate "Support for GPIO lib-based bitbanged MDIO buses"
f004f3ea 125 depends on MDIO_BITBANG && GENERIC_GPIO
a5edeccb
LP
126 ---help---
127 Supports GPIO lib-based MDIO busses.
128
f004f3ea
PZ
129 To compile this driver as a module, choose M here: the module
130 will be called mdio-gpio.
131
25d967b7
DD
132config MDIO_OCTEON
133 tristate "Support for MDIO buses on Octeon SOCs"
134 depends on CPU_CAVIUM_OCTEON
135 default y
136 help
137
138 This module provides a driver for the Octeon MDIO busses.
139 It is required by the Octeon Ethernet device drivers.
140
141 If in doubt, say Y.
142
0ca2997d
DD
143config MDIO_BUS_MUX
144 tristate
145 depends on OF_MDIO
146 help
147 This module provides a driver framework for MDIO bus
148 multiplexers which connect one of several child MDIO busses
149 to a parent bus. Switching between child busses is done by
150 device specific drivers.
151
416912a1
DD
152config MDIO_BUS_MUX_GPIO
153 tristate "Support for GPIO controlled MDIO bus multiplexers"
154 depends on OF_GPIO && OF_MDIO
155 select MDIO_BUS_MUX
156 help
157 This module provides a driver for MDIO bus multiplexers that
158 are controlled via GPIO lines. The multiplexer connects one of
159 several child MDIO busses to a parent bus. Child bus
160 selection is under the control of GPIO lines.
161
6cc2ff82
TT
162config MDIO_BUS_MUX_MMIOREG
163 tristate "Support for MMIO device-controlled MDIO bus multiplexers"
164 depends on OF_MDIO
165 select MDIO_BUS_MUX
166 help
167 This module provides a driver for MDIO bus multiplexers that
168 are controlled via a simple memory-mapped device, like an FPGA.
169 The multiplexer connects one of several child MDIO busses to a
170 parent bus. Child bus selection is under the control of one of
171 the FPGA's registers.
172
173 Currently, only 8-bit registers are supported.
174
53f99941 175endif # PHYLIB
a8e510f6
FL
176
177config MICREL_KS8995MA
178 tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
179 depends on SPI
This page took 0.761817 seconds and 5 git commands to generate.