CONFIG_CHIP_OPENTHREAD_CONFIG

Custom OpenThread configuration file

Type: string

Help

This option can be used to replace Zephyr-supplied OpenThread configuration file with a custom one.

Direct dependencies

CHIP

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

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

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_OPENTHREAD_CONFIG
    string "Custom OpenThread configuration file"
    depends on CHIP
    help
      This option can be used to replace Zephyr-supplied OpenThread
      configuration file with a custom one.

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