xref: /OK3568_Linux_fs/buildroot/package/zlog/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_ZLOG
2	bool "zlog"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	depends on !BR2_STATIC_LIBS
5	help
6	  zlog is a reliable, high-performance, thread safe, flexible,
7	  clear-model, pure C logging library.
8
9	  https://github.com/HardySimpson/zlog
10
11comment "zlog needs a toolchain w/ threads, dynamic library"
12	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
13