summaryrefslogtreecommitdiffstats
path: root/rules/linuxptp.in
blob: 5418d2ad0d20f37c2a358328d8a1d2d38d93950c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## SECTION=networking

config LINUXPTP
	tristate
	prompt "linuxptp"
	help
	  The Linux PTP project implements the Precision Time protocol (PTP),
	  standardized as IEEE1588.

if LINUXPTP

config LINUXPTP_SYSTEMD_SERVICE
	bool "install ptp4l and phc2sys systemd service files"
	default y

config LINUXPTP_PHC2SYS_SYSTEMD_SERVICE
	bool "Enable phc2sys systemd service file"
	default y
	depends on LINUXPTP_SYSTEMD_SERVICE

endif