Config.in 477 B

12345678910111213
  1. config BR2_PACKAGE_LIBTRACEFS
  2. bool "libtracefs"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. depends on !BR2_STATIC_LIBS # libtraceevent
  5. select BR2_PACKAGE_LIBTRACEEVENT
  6. help
  7. libtracefs is used to easily interface with the ftrace
  8. interface through the tracefs virtual filesystem.
  9. https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/
  10. comment "libtracefs needs a toolchain w/ threads, dynamic library"
  11. depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS