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