1config BR2_PACKAGE_LIBTRACEEVENT
2	bool "libtraceevent"
3	depends on !BR2_STATIC_LIBS # dlfcn.h
4	help
5	  libtraceevent is a library that interfaces with the ftrace
6	  subsystem in the linux kernel.
7	  It used to be bundled directly in the trace-cmd
8	  tool, but it was eventually extracted so that it can be used
9	  by multiple other tools and libraries, such as libtracefs and
10	  rtla.
11
12	  https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/
13
14comment "libtraceevent needs a toolchain w/ dynamic library"
15	depends on BR2_STATIC_LIBS
16