diff options
author | Jonathan Lemon <jonathan.lemon@gmail.com> | 2022-06-22 07:04:53 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-06-24 05:49:02 +0200 |
commit | 39db6be781cd7dfd44ea259acecaf23f8685550b (patch) | |
tree | f096af1539f11e527a2367cd1c3d30a6f2eba06d /drivers/net/phy/Kconfig | |
parent | net: phy: broadcom: Add Broadcom PTP hooks to bcm-phy-lib (diff) | |
download | linux-39db6be781cd7dfd44ea259acecaf23f8685550b.tar.xz linux-39db6be781cd7dfd44ea259acecaf23f8685550b.zip |
net: phy: broadcom: Add PTP support for some Broadcom PHYs.
This adds PTP support for BCM54210E Broadcom PHYs, in particular,
the BCM54213PE, as used in the Rasperry PI CM4. It has only been
tested on that hardware.
Signed-off-by: Jonathan Lemon <jonathan.lemon@gmail.com>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 9fee639ee5c8..4bb231013009 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -104,6 +104,8 @@ config AX88796B_PHY config BROADCOM_PHY tristate "Broadcom 54XX PHYs" select BCM_NET_PHYLIB + select BCM_NET_PHYPTP if NETWORK_PHY_TIMESTAMPING + depends on PTP_1588_CLOCK_OPTIONAL help Currently supports the BCM5411, BCM5421, BCM5461, BCM54616S, BCM5464, BCM5481, BCM54810 and BCM5482 PHYs. @@ -160,6 +162,9 @@ config BCM_CYGNUS_PHY config BCM_NET_PHYLIB tristate +config BCM_NET_PHYPTP + tristate + config CICADA_PHY tristate "Cicada PHYs" help |