xref: /OK3568_Linux_fs/buildroot/package/linuxptp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LINUXPTP
2*4882a593Smuzhiyun	bool "linuxptp"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  The Linux PTP Project is the Precision Time Protocol
6*4882a593Smuzhiyun	  implementation according to IEEE standard 1588 for Linux.
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  The dual design goals are to provide a robust implementation
9*4882a593Smuzhiyun	  of the standard and to use the most relevant and modern
10*4882a593Smuzhiyun	  Application Programming Interfaces (API) offered by the
11*4882a593Smuzhiyun	  Linux kernel. Supporting legacy APIs and other platforms is
12*4882a593Smuzhiyun	  not a goal.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  http://linuxptp.sourceforge.net/
15*4882a593Smuzhiyun
16*4882a593Smuzhiyuncomment "linuxptp needs a toolchain w/ threads"
17*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS
18