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.
16 config PHY_ADDR_ENABLE
17 bool "Limit phy address"
18 default y if ARCH_SUNXI
20 Select this if you want to control which phy address is used
25 default 1 if ARCH_SUNXI
28 The address of PHY on MII bus. Usually in range of 0 to 31.
32 bool "Broadcom BCM53xx (RoboSwitch) Ethernet switch PHY support."
34 Enable support for Broadcom BCM53xx (RoboSwitch) Ethernet switches.
35 This currently supports BCM53125 and similar models.
44 hex "Bitmask of PHY ports"
48 config MV88E61XX_SWITCH
49 bool "Marvel MV88E61xx Ethernet switch PHY support."
53 config MV88E61XX_CPU_PORT
56 config MV88E61XX_PHY_PORTS
57 hex "Bitmask of PHY Ports"
59 config MV88E61XX_FIXED_PORTS
60 hex "Bitmask of PHYless serdes Ports"
62 endif # MV88E61XX_SWITCH
65 bool "Generic 10G PHY support"
67 menuconfig PHY_AQUANTIA
68 bool "Aquantia Ethernet PHYs support"
72 config PHY_AQUANTIA_UPLOAD_FW
73 bool "Aquantia firmware loading support"
75 depends on PHY_AQUANTIA
77 Aquantia PHYs use firmware which can be either loaded automatically
78 from storage directly attached to the phy or loaded by the boot loader
79 via MDIO commands. The firmware is loaded from a file, specified by
80 the PHY_AQUANTIA_FW_PART and PHY_AQUANTIA_FW_NAME options.
82 config PHY_AQUANTIA_FW_PART
83 string "Aquantia firmware partition"
84 depends on PHY_AQUANTIA_UPLOAD_FW
86 Partition containing the firmware file.
88 config PHY_AQUANTIA_FW_NAME
89 string "Aquantia firmware filename"
90 depends on PHY_AQUANTIA_UPLOAD_FW
95 bool "Atheros Ethernet PHYs support"
98 bool "Broadcom Ethernet PHYs support"
101 bool "Cortina Ethernet PHYs support"
104 bool "Davicom Ethernet PHYs support"
107 bool "LSI TruePHY ET1011C support"
110 bool "LXT971 Ethernet PHY support"
113 bool "Marvell Ethernet PHYs support"
116 bool "Amlogic Meson GXL Internal PHY support"
119 bool "Micrel Ethernet PHYs support"
121 Enable support for the GbE PHYs manufactured by Micrel (now
122 a part of Microchip). This includes drivers for the KSZ804,
123 KSZ8031, KSZ8051, KSZ8081, KSZ8895, KSZ886x, KSZ8721
124 either/or KSZ9021 (see the "Micrel KSZ9021 family support"
125 config option for details), and KSZ9031 (if configured).
129 config PHY_MICREL_KSZ9021
132 select PHY_MICREL_KSZ90X1
134 config PHY_MICREL_KSZ9031
137 select PHY_MICREL_KSZ90X1
139 config PHY_MICREL_KSZ90X1
140 bool "Micrel KSZ90x1 family support"
143 Enable support for the Micrel KSZ9021 and KSZ9031 GbE PHYs. If
144 enabled, the extended register read/write for KSZ90x1 PHYs
145 is supported through the 'mdio' command and any RGMII signal
146 delays configured in the device tree will be applied to the
147 PHY during initialization.
149 This should not be enabled at the same time with PHY_MICREL_KSZ8XXX
150 as the KSZ9021 and KS8721 share the same ID.
152 config PHY_MICREL_KSZ8XXX
153 bool "Micrel KSZ8xxx family support"
154 default y if !PHY_MICREL_KSZ90X1
156 Enable support for the 8000 series GbE PHYs manufactured by Micrel
157 (now a part of Microchip). This includes drivers for the KSZ804,
158 KSZ8031, KSZ8051, KSZ8081, KSZ8895, KSZ886x, and KSZ8721.
160 This should not be enabled at the same time with PHY_MICREL_KSZ90X1
161 as the KSZ9021 and KS8721 share the same ID.
166 bool "Microsemi Corp Ethernet PHYs support"
169 bool "National Semiconductor Ethernet PHYs support"
172 bool "Realtek Ethernet PHYs support"
174 config RTL8211E_PINE64_GIGABIT_FIX
175 bool "Fix gigabit throughput on some Pine64+ models"
176 depends on PHY_REALTEK
178 Configure the Realtek RTL8211E found on some Pine64+ models differently to
179 fix throughput on Gigabit links, turning off all internal delays in the
180 process. The settings that this touches are not documented in the CONFREG
181 section of the RTL8211E datasheet, but come from Realtek by way of the
182 Pine64 engineering team.
184 config RTL8211X_PHY_FORCE_MASTER
185 bool "Ethernet PHY RTL8211x: force 1000BASE-T master mode"
186 depends on PHY_REALTEK
188 Force master mode for 1000BASE-T on RTl8211x PHYs (except for RTL8211F).
189 This can work around link stability and data corruption issues on gigabit
190 links which can occur in slave mode on certain PHYs, e.g. on the
193 Please note that two directly connected devices (i.e. via crossover cable)
194 will not be able to establish a link between each other if they both force
195 master mode. Multiple devices forcing master mode when connected by a
196 network switch do not pose a problem as the switch configures its affected
197 ports into slave mode.
199 This option only affects gigabit links. If you must establish a direct
200 connection between two devices which both force master mode, try forcing
201 the link speed to 100MBit/s.
206 bool "Microchip(SMSC) Ethernet PHYs support"
208 config PHY_TERANETICS
209 bool "Teranetics Ethernet PHYs support"
212 bool "Texas Instruments Ethernet PHYs support"
215 bool "Vitesse Ethernet PHYs support"
218 bool "Xilinx Ethernet PHYs support"
221 bool "Fixed-Link PHY"
224 Fixed PHY is used for having a 'fixed-link' to another MAC with a direct
225 connection (MII, RGMII, ...).
226 There is nothing like autoneogation and so
227 on, the link is always up with fixed speed and fixed duplex-setting.
228 More information: doc/device-tree-bindings/net/fixed-link.txt