CONFIG_CHIP_PW_RPC

Enable Pigweed RPC library

Type: bool

Help

Link the application with the library containing Pigweed RPC functionalities.

Direct dependencies

CHIP

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

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

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 CHIP_PW_RPC
    bool "Enable Pigweed RPC library"
    default n
    depends on CHIP
    help
      Link the application with the library containing Pigweed RPC functionalities.

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