Skip to content

Commit 14668cb

Browse files
Vince BridgersDinh Nguyen
authored andcommitted
FogBugz #173692: Add options to configuration file to enable PTP
Add options to enable PTP in the kernel, including CONFIG_PPS, CONFIG_NETWORK_PHY_TIMESTAMPING, and CONFIG_PTP_1588_CLOCK. Signed-off-by: Vince Bridgers <[email protected]>
1 parent 3bfc6e3 commit 14668cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/configs/socfpga_defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,7 @@ CONFIG_GARP=y
179179
CONFIG_IPV6=y
180180
CONFIG_CONFIGFS_FS=y
181181
CONFIG_SRAM=y
182+
CONFIG_PPS=y
183+
CONFIG_NETWORK_PHY_TIMESTAMPING=y
184+
CONFIG_PTP_1588_CLOCK=y
185+

0 commit comments

Comments
 (0)