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'.

Direct dependencies

NRF_IPERF3

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nRF>/ext/iperf3/Kconfig:43

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<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.)