Config.in 592 B

1234567891011121314151617
  1. config 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. The dual design goals are to provide a robust implementation
  8. of the standard and to use the most relevant and modern
  9. Application Programming Interfaces (API) offered by the
  10. Linux kernel. Supporting legacy APIs and other platforms is
  11. not a goal.
  12. http://linuxptp.sourceforge.net/
  13. comment "linuxptp needs a toolchain w/ threads"
  14. depends on !BR2_TOOLCHAIN_HAS_THREADS