blob: de53495be690506b75ee6229653f22fa5fe7eb36 [file] [log] [blame]
Thomas Petazzoni971e0b02012-01-31 20:40:00 +01001config BR2_PACKAGE_LIBURCU
2 bool "liburcu"
Thomas Petazzoni832b1ef2012-03-20 09:17:46 +01003 depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_powerpc || BR2_x86_64
Maxime Riparda425c2a2012-12-17 01:32:02 +00004 depends on BR2_TOOLCHAIN_HAS_THREADS
Thomas Petazzoni971e0b02012-01-31 20:40:00 +01005 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
11 http://lttng.org/urcu
Maxime Riparda425c2a2012-12-17 01:32:02 +000012
Thomas De Schampheleire66bb10b2013-10-13 16:55:32 +020013comment "liburcu needs a toolchain w/ threads"
Thomas De Schampheleirebe084202013-11-07 09:24:37 +010014 depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_powerpc || BR2_x86_64
Maxime Riparda425c2a2012-12-17 01:32:02 +000015 depends on !BR2_TOOLCHAIN_HAS_THREADS
16