1config BR2_PACKAGE_IPERF3
2	bool "iperf3"
3	depends on BR2_TOOLCHAIN_HAS_ATOMIC
4	depends on BR2_TOOLCHAIN_HAS_THREADS
5	help
6	  iperf is a tool for active measurements of the maximum
7	  achievable bandwidth on IP networks.
8	  It supports tuning of various parameters related to timing,
9	  protocols, and buffers. For each test it reports the
10	  bandwidth, loss, and other parameters.
11	  It's a redesign of the NLANR/DAST iperf(2) and is not backward
12	  compatible.
13
14	  http://software.es.net/iperf/index.html
15
16comment "iperf3 needs a toolchain w/ threads"
17	depends on BR2_TOOLCHAIN_HAS_ATOMIC
18	depends on !BR2_TOOLCHAIN_HAS_THREADS
19