3 bool "Bit-banged ethernet MII management channel support"
5 config MV88E6352_SWITCH
6 bool "Marvell 88E6352 switch support"
9 bool "Ethernet PHY (physical media interface) support"
12 Enable Ethernet PHY (physical media interface) support.
18 default 1 if ARCH_SUNXI
21 The address of PHY on MII bus. Usually in range of 0 to 31.
24 bool "Broadcom BCM53xx (RoboSwitch) Ethernet switch PHY support."
26 Enable support for Broadcom BCM53xx (RoboSwitch) Ethernet switches.
27 This currently supports BCM53125 and similar models.
36 hex "Bitmask of PHY ports"
40 config MV88E61XX_SWITCH
41 bool "Marvel MV88E61xx Ethernet switch PHY support."
45 config MV88E61XX_CPU_PORT
48 config MV88E61XX_PHY_PORTS
49 hex "Bitmask of PHY Ports"
51 config MV88E61XX_FIXED_PORTS
52 hex "Bitmask of PHYless serdes Ports"
54 endif # MV88E61XX_SWITCH
57 bool "Generic 10G PHY support"
60 bool "Aquantia Ethernet PHYs support"
63 bool "Atheros Ethernet PHYs support"
66 bool "Broadcom Ethernet PHYs support"
69 bool "Cortina Ethernet PHYs support"
72 bool "Davicom Ethernet PHYs support"
75 bool "LSI TruePHY ET1011C support"
78 bool "LXT971 Ethernet PHY support"
81 bool "Marvell Ethernet PHYs support"
84 bool "Amlogic Meson GXL Internal PHY support"
87 bool "Micrel Ethernet PHYs support"
89 Enable support for the GbE PHYs manufactured by Micrel (now
90 a part of Microchip). This includes drivers for the KSZ804,
91 KSZ8031, KSZ8051, KSZ8081, KSZ8895, KSZ886x, KSZ8721
92 either/or KSZ9021 (see the "Micrel KSZ9021 family support"
93 config option for details), and KSZ9031 (if configured).
97 config PHY_MICREL_KSZ9021
100 select PHY_MICREL_KSZ90X1
102 config PHY_MICREL_KSZ9031
105 select PHY_MICREL_KSZ90X1
107 config PHY_MICREL_KSZ90X1
108 bool "Micrel KSZ90x1 family support"
111 Enable support for the Micrel KSZ9021 and KSZ9031 GbE PHYs. If
112 enabled, the extended register read/write for KSZ90x1 PHYs
113 is supported through the 'mdio' command and any RGMII signal
114 delays configured in the device tree will be applied to the
115 PHY during initialization.
117 This should not be enabled at the same time with PHY_MICREL_KSZ8XXX
118 as the KSZ9021 and KS8721 share the same ID.
120 config PHY_MICREL_KSZ8XXX
121 bool "Micrel KSZ8xxx family support"
122 default y if !PHY_MICREL_KSZ90X1
124 Enable support for the 8000 series GbE PHYs manufactured by Micrel
125 (now a part of Microchip). This includes drivers for the KSZ804,
126 KSZ8031, KSZ8051, KSZ8081, KSZ8895, KSZ886x, and KSZ8721.
128 This should not be enabled at the same time with PHY_MICREL_KSZ90X1
129 as the KSZ9021 and KS8721 share the same ID.
134 bool "Microsemi Corp Ethernet PHYs support"
137 bool "National Semiconductor Ethernet PHYs support"
140 bool "Realtek Ethernet PHYs support"
142 config RTL8211E_PINE64_GIGABIT_FIX
143 bool "Fix gigabit throughput on some Pine64+ models"
144 depends on PHY_REALTEK
146 Configure the Realtek RTL8211E found on some Pine64+ models differently to
147 fix throughput on Gigabit links, turning off all internal delays in the
148 process. The settings that this touches are not documented in the CONFREG
149 section of the RTL8211E datasheet, but come from Realtek by way of the
150 Pine64 engineering team.
152 config RTL8211X_PHY_FORCE_MASTER
153 bool "Ethernet PHY RTL8211x: force 1000BASE-T master mode"
154 depends on PHY_REALTEK
156 Force master mode for 1000BASE-T on RTl8211x PHYs (except for RTL8211F).
157 This can work around link stability and data corruption issues on gigabit
158 links which can occur in slave mode on certain PHYs, e.g. on the
161 Please note that two directly connected devices (i.e. via crossover cable)
162 will not be able to establish a link between each other if they both force
163 master mode. Multiple devices forcing master mode when connected by a
164 network switch do not pose a problem as the switch configures its affected
165 ports into slave mode.
167 This option only affects gigabit links. If you must establish a direct
168 connection between two devices which both force master mode, try forcing
169 the link speed to 100MBit/s.
174 bool "Microchip(SMSC) Ethernet PHYs support"
176 config PHY_TERANETICS
177 bool "Teranetics Ethernet PHYs support"
180 bool "Texas Instruments Ethernet PHYs support"
183 bool "Vitesse Ethernet PHYs support"
186 bool "Xilinx Ethernet PHYs support"
189 bool "Fixed-Link PHY"
192 Fixed PHY is used for having a 'fixed-link' to another MAC with a direct
193 connection (MII, RGMII, ...).
194 There is nothing like autoneogation and so
195 on, the link is always up with fixed speed and fixed duplex-setting.
196 More information: doc/device-tree-bindings/net/fixed-link.txt