Skip to content

Commit 2550afc

Browse files
Divya-Kopperakuba-moo
authored andcommitted
net: phy: Kconfig: Add rds ptp library support and 1588 optional flag in Microchip phys
Add ptp library support in Kconfig As some of Microchip T1 phys support ptp, add dependency of 1588 optional flag in Kconfig Reviewed-by: Andrew Lunn <[email protected]> Reviewed-by: Vadim Fedorenko <[email protected]> Signed-off-by: Divya Koppera <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent fa51199 commit 2550afc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

drivers/net/phy/Kconfig

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,15 @@ config MICROCHIP_PHY
287287

288288
config MICROCHIP_T1_PHY
289289
tristate "Microchip T1 PHYs"
290+
select MICROCHIP_PHY_RDS_PTP if NETWORK_PHY_TIMESTAMPING && \
291+
PTP_1588_CLOCK_OPTIONAL
290292
help
291-
Supports the LAN87XX PHYs.
293+
Supports the LAN8XXX PHYs.
294+
295+
config MICROCHIP_PHY_RDS_PTP
296+
tristate
297+
help
298+
Currently supports LAN887X T1 PHY
292299

293300
config MICROSEMI_PHY
294301
tristate "Microsemi PHYs"

0 commit comments

Comments
 (0)