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