CONFIG_APP_LINK_WITH_IPERF3
Link ‘app’ with IPERF3
Type: bool
Help
Add IPERF3 header files to the 'app' include path. It may be
disabled if the include paths for IPERF3 are causing aliasing
issues for 'app'.
Default
y
Kconfig definition
At <nRF>/ext/iperf3/Kconfig:43
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:96
→ <nRF>/ext/Kconfig:10
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → External libraries → Iperf3 NRF integration → NRF Iperf3 selections
config APP_LINK_WITH_IPERF3
bool "Link 'app' with IPERF3"
default y
depends on NRF_IPERF3
help
Add IPERF3 header files to the 'app' include path. It may be
disabled if the include paths for IPERF3 are causing aliasing
issues for 'app'.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)