blob: 6a17f92153b31b3b2fe95a5d7e087eeb3373032b [file] [log] [blame]
Andy Fleming00db8182005-07-30 19:31:23 -04001#
2# PHY Layer Configuration
3#
4
Jan Engelhardt53f99942007-05-10 22:52:55 -07005menuconfig PHYLIB
Ben Hutchingsfc0b9272011-11-25 14:40:02 +00006 tristate "PHY Device support and infrastructure"
Randy Dunlapcba86f22010-08-11 13:26:57 +00007 depends on NETDEVICES
Andy Fleming00db8182005-07-30 19:31:23 -04008 help
9 Ethernet controllers are usually attached to PHY
10 devices. This option provides infrastructure for
11 managing PHY devices.
12
Jan Engelhardt53f99942007-05-10 22:52:55 -070013if PHYLIB
14
Andy Fleming00db8182005-07-30 19:31:23 -040015comment "MII PHY device drivers"
Andy Fleming00db8182005-07-30 19:31:23 -040016
Matus Ujhelyi0ca71112012-10-14 19:07:16 +000017config AT803X_PHY
18 tristate "Drivers for Atheros AT803X PHYs"
19 ---help---
20 Currently supports the AT8030 and AT8035 model
21
Heiko Schocher49099122012-03-18 11:03:05 +000022config AMD_PHY
23 tristate "Drivers for the AMD PHYs"
24 ---help---
25 Currently supports the am79c874
26
Andy Fleming00db8182005-07-30 19:31:23 -040027config MARVELL_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040028 tristate "Drivers for Marvell PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040029 ---help---
30 Currently has a driver for the 88E1011S
31
32config DAVICOM_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040033 tristate "Drivers for Davicom PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040034 ---help---
35 Currently supports dm9161e and dm9131
36
37config QSEMI_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040038 tristate "Drivers for Quality Semiconductor PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040039 ---help---
40 Currently supports the qs6612
41
42config LXT_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040043 tristate "Drivers for the Intel LXT PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040044 ---help---
45 Currently supports the lxt970, lxt971
46
47config CICADA_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040048 tristate "Drivers for the Cicada PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040049 ---help---
50 Currently supports the cis8204
Jan Engelhardt53f99942007-05-10 22:52:55 -070051
Jon Loeligeref82a302006-06-17 17:52:55 -050052config VITESSE_PHY
53 tristate "Drivers for the Vitesse PHYs"
Jon Loeligeref82a302006-06-17 17:52:55 -050054 ---help---
55 Currently supports the vsc8244
Andy Fleming00db8182005-07-30 19:31:23 -040056
Herbert Valerio Riedelc9e055a2006-05-07 23:22:53 +020057config SMSC_PHY
58 tristate "Drivers for SMSC PHYs"
Herbert Valerio Riedelc9e055a2006-05-07 23:22:53 +020059 ---help---
Steve Glendinning4d9b1a02008-04-28 18:37:29 +010060 Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
Herbert Valerio Riedelc9e055a2006-05-07 23:22:53 +020061
Maciej W. Rozyckic4b41c92006-10-03 16:18:13 +010062config BROADCOM_PHY
63 tristate "Drivers for Broadcom PHYs"
Maciej W. Rozyckic4b41c92006-10-03 16:18:13 +010064 ---help---
Maciej W. Rozycki1b0771a2008-05-17 06:46:19 +010065 Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481
66 and BCM5482 PHYs.
Maciej W. Rozyckic4b41c92006-10-03 16:18:13 +010067
Maxime Bizon09bb9aa2009-07-01 01:29:36 +000068config BCM63XX_PHY
69 tristate "Drivers for Broadcom 63xx SOCs internal PHY"
Ralf Baechlef1dc0452011-06-14 22:07:58 +000070 depends on BCM63XX
Maxime Bizon09bb9aa2009-07-01 01:29:36 +000071 ---help---
72 Currently supports the 6348 and 6358 PHYs.
73
Florian Fainellib560a582014-02-13 16:08:45 -080074config BCM7XXX_PHY
75 tristate "Drivers for Broadcom 7xxx SOCs internal PHYs"
76 ---help---
77 Currently supports the BCM7366, BCM7439, BCM7445, and
78 40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
79
David Daneye9976d72012-06-27 07:33:38 +000080config BCM87XX_PHY
81 tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs"
82 help
83 Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
84
Michael Barkowski0cefeeb2007-05-11 18:24:51 -050085config ICPLUS_PHY
86 tristate "Drivers for ICPlus PHYs"
87 ---help---
Giuseppe CAVALLARO377ecca2010-12-08 23:05:13 +000088 Currently supports the IP175C and IP1001 PHYs.
Michael Barkowski0cefeeb2007-05-11 18:24:51 -050089
Johnson Leung097c2aa2008-02-03 03:50:54 -080090config REALTEK_PHY
91 tristate "Drivers for Realtek PHYs"
92 ---help---
93 Supports the Realtek 821x PHY.
94
Giuseppe Cavallaro914804b2008-11-28 16:14:12 -080095config NATIONAL_PHY
96 tristate "Drivers for National Semiconductor PHYs"
97 ---help---
98 Currently supports the DP83865 PHY.
99
Giuseppe Cavallarof95be1802008-11-28 16:42:41 -0800100config STE10XP
Giuseppe Cavallarof95be1802008-11-28 16:42:41 -0800101 tristate "Driver for STMicroelectronics STe10Xp PHYs"
102 ---help---
103 This is the driver for the STe100p and STe101p PHYs.
104
Chaithrika U Sdbb7a952008-12-09 22:21:25 -0800105config LSI_ET1011C_PHY
106 tristate "Driver for LSI ET1011C PHY"
107 ---help---
108 Supports the LSI ET1011C PHY.
109
David J. Choid0507002010-04-29 06:12:41 +0000110config MICREL_PHY
111 tristate "Driver for Micrel PHYs"
112 ---help---
113 Supports the KSZ9021, VSC8201, KS8001 PHYs.
114
Vitaly Bordug11b0bac2006-08-14 23:00:29 -0700115config FIXED_PHY
Vitaly Borduga79d8e92007-12-07 01:51:22 +0300116 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
Adrian Bunkf9e7d102008-02-27 17:07:54 +0200117 depends on PHYLIB=y
Vitaly Bordug11b0bac2006-08-14 23:00:29 -0700118 ---help---
Vitaly Borduga79d8e92007-12-07 01:51:22 +0300119 Adds the platform "fixed" MDIO Bus to cover the boards that use
120 PHYs that are not connected to the real MDIO bus.
Vitaly Bordug11b0bac2006-08-14 23:00:29 -0700121
Vitaly Borduga79d8e92007-12-07 01:51:22 +0300122 Currently tested with mpc866ads and mpc8349e-mitx.
Vitaly Bordug7c32f472007-08-10 14:05:16 -0700123
Scott Woode2ec4582007-10-01 14:20:56 -0500124config MDIO_BITBANG
125 tristate "Support for bitbanged MDIO buses"
126 help
127 This module implements the MDIO bus protocol in software,
128 for use by low level drivers that export the ability to
129 drive the relevant pins.
130
131 If in doubt, say N.
132
Paulius Zaleckas72af1872008-11-14 00:24:28 +0000133config MDIO_GPIO
Laurent Pincharta5edecc2008-05-26 11:53:21 +0200134 tristate "Support for GPIO lib-based bitbanged MDIO buses"
Alexandre Courbot76ec9d12013-03-28 04:34:56 -0700135 depends on MDIO_BITBANG && GPIOLIB
Laurent Pincharta5edecc2008-05-26 11:53:21 +0200136 ---help---
137 Supports GPIO lib-based MDIO busses.
138
Paulius Zaleckasf004f3e2008-11-14 00:24:34 +0000139 To compile this driver as a module, choose M here: the module
140 will be called mdio-gpio.
141
David Daney25d967b2009-10-14 12:04:38 -0700142config MDIO_OCTEON
143 tristate "Support for MDIO buses on Octeon SOCs"
David Daney9ddebc42013-05-22 15:10:46 +0000144 depends on CAVIUM_OCTEON_SOC
David Daney25d967b2009-10-14 12:04:38 -0700145 default y
146 help
147
148 This module provides a driver for the Octeon MDIO busses.
149 It is required by the Octeon Ethernet device drivers.
150
151 If in doubt, say Y.
152
Maxime Ripard4bdcb1d2013-05-30 03:49:21 +0000153config MDIO_SUN4I
154 tristate "Allwinner sun4i MDIO interface support"
155 depends on ARCH_SUNXI
156 select REGULATOR
157 select REGULATOR_FIXED_VOLTAGE
158 help
159 This driver supports the MDIO interface found in the network
160 interface units of the Allwinner SoC that have an EMAC (A10,
161 A12, A10s, etc.)
162
Jonas Jensenb0db7b02013-11-05 16:55:01 +0100163config MDIO_MOXART
164 tristate "MOXA ART MDIO interface support"
165 depends on ARCH_MOXART
166 help
167 This driver supports the MDIO interface found in the network
168 interface units of the MOXA ART SoC
169
David Daney0ca29972012-05-02 15:16:38 +0000170config MDIO_BUS_MUX
171 tristate
172 depends on OF_MDIO
173 help
174 This module provides a driver framework for MDIO bus
175 multiplexers which connect one of several child MDIO busses
176 to a parent bus. Switching between child busses is done by
177 device specific drivers.
178
David Daney416912a2012-05-02 15:16:39 +0000179config MDIO_BUS_MUX_GPIO
180 tristate "Support for GPIO controlled MDIO bus multiplexers"
181 depends on OF_GPIO && OF_MDIO
182 select MDIO_BUS_MUX
183 help
184 This module provides a driver for MDIO bus multiplexers that
185 are controlled via GPIO lines. The multiplexer connects one of
186 several child MDIO busses to a parent bus. Child bus
187 selection is under the control of GPIO lines.
188
Timur Tabi6cc2ff82012-08-24 09:10:53 +0000189config MDIO_BUS_MUX_MMIOREG
190 tristate "Support for MMIO device-controlled MDIO bus multiplexers"
191 depends on OF_MDIO
192 select MDIO_BUS_MUX
193 help
194 This module provides a driver for MDIO bus multiplexers that
195 are controlled via a simple memory-mapped device, like an FPGA.
196 The multiplexer connects one of several child MDIO busses to a
197 parent bus. Child bus selection is under the control of one of
198 the FPGA's registers.
199
200 Currently, only 8-bit registers are supported.
201
Jan Engelhardt53f99942007-05-10 22:52:55 -0700202endif # PHYLIB
Frederic LAMBERTa8e510f2011-12-18 07:33:41 +0000203
204config MICREL_KS8995MA
205 tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
206 depends on SPI