hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/net/dsa/mv88e6xxx/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config NET_DSA_MV88E6XXX
23 tristate "Marvell 88E6xxx Ethernet switch fabric support"
34 depends on NET_DSA
....@@ -23,8 +24,8 @@
2324 bool "PTP support for Marvell 88E6xxx"
2425 default n
2526 depends on NET_DSA_MV88E6XXX_GLOBAL2
27
+ depends on PTP_1588_CLOCK
2628 imply NETWORK_PHY_TIMESTAMPING
27
- imply PTP_1588_CLOCK
2829 help
2930 Say Y to enable PTP hardware timestamping on Marvell 88E6xxx switch
3031 chips that support it.