|
@@ -74,7 +74,7 @@ config TI_CPSW
|
|
|
will be called cpsw.
|
|
|
|
|
|
config TI_CPTS
|
|
|
- tristate "TI Common Platform Time Sync (CPTS) Support"
|
|
|
+ bool "TI Common Platform Time Sync (CPTS) Support"
|
|
|
depends on TI_CPSW || TI_KEYSTONE_NETCP
|
|
|
imply PTP_1588_CLOCK
|
|
|
---help---
|
|
@@ -83,6 +83,12 @@ config TI_CPTS
|
|
|
The unit can time stamp PTP UDP/IPv4 and Layer 2 packets, and the
|
|
|
driver offers a PTP Hardware Clock.
|
|
|
|
|
|
+config TI_CPTS_MOD
|
|
|
+ tristate
|
|
|
+ depends on TI_CPTS
|
|
|
+ default y if TI_CPSW=y || TI_KEYSTONE_NETCP=y
|
|
|
+ default m
|
|
|
+
|
|
|
config TI_KEYSTONE_NETCP
|
|
|
tristate "TI Keystone NETCP Core Support"
|
|
|
select TI_CPSW_ALE
|