blob: 9b5d46c03eed34d244bf279ea13bf38ffebea009 [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 Loeligeref82a3062006-06-17 17:52:55 -050052config VITESSE_PHY
53 tristate "Drivers for the Vitesse PHYs"
Jon Loeligeref82a3062006-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
David Daneye9976d72012-06-27 07:33:38 +000074config BCM87XX_PHY
75 tristate "Driver for Broadcom BCM8706 and BCM8727 PHYs"
76 help
77 Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs.
78
Michael Barkowski0cefeeb2007-05-11 18:24:51 -050079config ICPLUS_PHY
80 tristate "Drivers for ICPlus PHYs"
81 ---help---
Giuseppe CAVALLARO377ecca2010-12-08 23:05:13 +000082 Currently supports the IP175C and IP1001 PHYs.
Michael Barkowski0cefeeb2007-05-11 18:24:51 -050083
Johnson Leung097c2aa2008-02-03 03:50:54 -080084config REALTEK_PHY
85 tristate "Drivers for Realtek PHYs"
86 ---help---
87 Supports the Realtek 821x PHY.
88
Giuseppe Cavallaro914804b2008-11-28 16:14:12 -080089config NATIONAL_PHY
90 tristate "Drivers for National Semiconductor PHYs"
91 ---help---
92 Currently supports the DP83865 PHY.
93
Giuseppe Cavallarof95be1802008-11-28 16:42:41 -080094config STE10XP
Giuseppe Cavallarof95be1802008-11-28 16:42:41 -080095 tristate "Driver for STMicroelectronics STe10Xp PHYs"
96 ---help---
97 This is the driver for the STe100p and STe101p PHYs.
98
Chaithrika U Sdbb7a952008-12-09 22:21:25 -080099config LSI_ET1011C_PHY
100 tristate "Driver for LSI ET1011C PHY"
101 ---help---
102 Supports the LSI ET1011C PHY.
103
David J. Choid0507002010-04-29 06:12:41 +0000104config MICREL_PHY
105 tristate "Driver for Micrel PHYs"
106 ---help---
107 Supports the KSZ9021, VSC8201, KS8001 PHYs.
108
Vitaly Bordug11b0bac2006-08-14 23:00:29 -0700109config FIXED_PHY
Vitaly Borduga79d8e92007-12-07 01:51:22 +0300110 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
Adrian Bunkf9e7d102008-02-27 17:07:54 +0200111 depends on PHYLIB=y
Vitaly Bordug11b0bac2006-08-14 23:00:29 -0700112 ---help---
Vitaly Borduga79d8e92007-12-07 01:51:22 +0300113 Adds the platform "fixed" MDIO Bus to cover the boards that use
114 PHYs that are not connected to the real MDIO bus.
Vitaly Bordug11b0bac2006-08-14 23:00:29 -0700115
Vitaly Borduga79d8e92007-12-07 01:51:22 +0300116 Currently tested with mpc866ads and mpc8349e-mitx.
Vitaly Bordug7c32f472007-08-10 14:05:16 -0700117
Scott Woode2ec4582007-10-01 14:20:56 -0500118config 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
Paulius Zaleckas72af1872008-11-14 00:24:28 +0000127config MDIO_GPIO
Laurent Pincharta5edecc2008-05-26 11:53:21 +0200128 tristate "Support for GPIO lib-based bitbanged MDIO buses"
Alexandre Courbot76ec9d12013-03-28 04:34:56 -0700129 depends on MDIO_BITBANG && GPIOLIB
Laurent Pincharta5edecc2008-05-26 11:53:21 +0200130 ---help---
131 Supports GPIO lib-based MDIO busses.
132
Paulius Zaleckasf004f3e2008-11-14 00:24:34 +0000133 To compile this driver as a module, choose M here: the module
134 will be called mdio-gpio.
135
David Daney25d967b2009-10-14 12:04:38 -0700136config MDIO_OCTEON
137 tristate "Support for MDIO buses on Octeon SOCs"
David Daney9ddebc42013-05-22 15:10:46 +0000138 depends on CAVIUM_OCTEON_SOC
David Daney25d967b2009-10-14 12:04:38 -0700139 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
Maxime Ripard4bdcb1d2013-05-30 03:49:21 +0000147config MDIO_SUN4I
148 tristate "Allwinner sun4i MDIO interface support"
149 depends on ARCH_SUNXI
150 select REGULATOR
151 select REGULATOR_FIXED_VOLTAGE
152 help
153 This driver supports the MDIO interface found in the network
154 interface units of the Allwinner SoC that have an EMAC (A10,
155 A12, A10s, etc.)
156
Jonas Jensenb0db7b02013-11-05 16:55:01 +0100157config MDIO_MOXART
158 tristate "MOXA ART MDIO interface support"
159 depends on ARCH_MOXART
160 help
161 This driver supports the MDIO interface found in the network
162 interface units of the MOXA ART SoC
163
David Daney0ca29972012-05-02 15:16:38 +0000164config MDIO_BUS_MUX
165 tristate
166 depends on OF_MDIO
167 help
168 This module provides a driver framework for MDIO bus
169 multiplexers which connect one of several child MDIO busses
170 to a parent bus. Switching between child busses is done by
171 device specific drivers.
172
David Daney416912a2012-05-02 15:16:39 +0000173config MDIO_BUS_MUX_GPIO
174 tristate "Support for GPIO controlled MDIO bus multiplexers"
175 depends on OF_GPIO && OF_MDIO
176 select MDIO_BUS_MUX
177 help
178 This module provides a driver for MDIO bus multiplexers that
179 are controlled via GPIO lines. The multiplexer connects one of
180 several child MDIO busses to a parent bus. Child bus
181 selection is under the control of GPIO lines.
182
Timur Tabi6cc2ff82012-08-24 09:10:53 +0000183config MDIO_BUS_MUX_MMIOREG
184 tristate "Support for MMIO device-controlled MDIO bus multiplexers"
185 depends on OF_MDIO
186 select MDIO_BUS_MUX
187 help
188 This module provides a driver for MDIO bus multiplexers that
189 are controlled via a simple memory-mapped device, like an FPGA.
190 The multiplexer connects one of several child MDIO busses to a
191 parent bus. Child bus selection is under the control of one of
192 the FPGA's registers.
193
194 Currently, only 8-bit registers are supported.
195
Jan Engelhardt53f99942007-05-10 22:52:55 -0700196endif # PHYLIB
Frederic LAMBERTa8e510f2011-12-18 07:33:41 +0000197
198config MICREL_KS8995MA
199 tristate "Micrel KS8995MA 5-ports 10/100 managed Ethernet switch"
200 depends on SPI