1config 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
10	  https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/
11
12comment "libtracefs needs a toolchain w/ threads, dynamic library"
13	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
14