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