Link ‘app’ with Connected Home over IP

Type: bool

Help

Add Connected Home over IP header files to the ‘app’ include path and link the ‘app’ with Connected Home over IP libraries.

Direct dependencies

CHIP

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/connectedhomeip/config/nrfconnect/chip-module/Kconfig:97

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:32

Menu path: (Top) → Modules → connectedhomeip (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/connectedhomeip) → Connected Home over IP protocol stack

config APP_LINK_WITH_CHIP
    bool "Link 'app' with Connected Home over IP"
    default y
    depends on CHIP
    help
      Add Connected Home over IP header files to the 'app' include path
      and link the 'app' with Connected Home over IP libraries.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)