Config.in 551 B

123456789101112131415
  1. config BR2_PACKAGE_LIBURCU
  2. bool "liburcu"
  3. depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_powerpc || BR2_x86_64
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. help
  6. Userspace implementation of the Read-Copy-Update (RCU)
  7. synchronization mechanism. This library is mainly used by
  8. the LTTng tracing infrastructure, but can be used for other
  9. purposes as well.
  10. http://lttng.org/urcu
  11. comment "liburcu needs a toolchain w/ threads"
  12. depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_powerpc || BR2_x86_64
  13. depends on !BR2_TOOLCHAIN_HAS_THREADS