Kconfig (2b1333b80885b896807ffb6ccf4bc21d29aa65e0) Kconfig (39db6be781cd7dfd44ea259acecaf23f8685550b)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PHY Layer Configuration
4#
5
6config PHYLINK
7 tristate
8 depends on NETDEVICES

--- 90 unchanged lines hidden (view full) ---

99 tristate "Asix PHYs"
100 help
101 Currently supports the Asix Electronics PHY found in the X-Surf 100
102 AX88796B package.
103
104config BROADCOM_PHY
105 tristate "Broadcom 54XX PHYs"
106 select BCM_NET_PHYLIB
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PHY Layer Configuration
4#
5
6config PHYLINK
7 tristate
8 depends on NETDEVICES

--- 90 unchanged lines hidden (view full) ---

99 tristate "Asix PHYs"
100 help
101 Currently supports the Asix Electronics PHY found in the X-Surf 100
102 AX88796B package.
103
104config BROADCOM_PHY
105 tristate "Broadcom 54XX PHYs"
106 select BCM_NET_PHYLIB
107 select BCM_NET_PHYPTP if NETWORK_PHY_TIMESTAMPING
108 depends on PTP_1588_CLOCK_OPTIONAL
107 help
108 Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464,
109 BCM5481, BCM54810 and BCM5482 PHYs.
110
111config BCM54140_PHY
112 tristate "Broadcom BCM54140 PHY"
113 depends on PHYLIB
114 depends on HWMON || HWMON=n

--- 40 unchanged lines hidden (view full) ---

155
156 Currently supports internal PHY's used in the BCM11300,
157 BCM11320, BCM11350, BCM11360, BCM58300, BCM58302,
158 BCM58303 & BCM58305 Broadcom Cygnus SoCs.
159
160config BCM_NET_PHYLIB
161 tristate
162
109 help
110 Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464,
111 BCM5481, BCM54810 and BCM5482 PHYs.
112
113config BCM54140_PHY
114 tristate "Broadcom BCM54140 PHY"
115 depends on PHYLIB
116 depends on HWMON || HWMON=n

--- 40 unchanged lines hidden (view full) ---

157
158 Currently supports internal PHY's used in the BCM11300,
159 BCM11320, BCM11350, BCM11360, BCM58300, BCM58302,
160 BCM58303 & BCM58305 Broadcom Cygnus SoCs.
161
162config BCM_NET_PHYLIB
163 tristate
164
165config BCM_NET_PHYPTP
166 tristate
167
163config CICADA_PHY
164 tristate "Cicada PHYs"
165 help
166 Currently supports the cis8204
167
168config CORTINA_PHY
169 tristate "Cortina EDC CDR 10G Ethernet PHY"
170 help

--- 197 unchanged lines hidden ---
168config CICADA_PHY
169 tristate "Cicada PHYs"
170 help
171 Currently supports the cis8204
172
173config CORTINA_PHY
174 tristate "Cortina EDC CDR 10G Ethernet PHY"
175 help

--- 197 unchanged lines hidden ---