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/matter/config/nrfconnect/chip-module/../../zephyr/Kconfig:44

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:92/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/matter/config/nrfconnect/chip-module/Kconfig:17

Menu path: (Top) → Modules → connectedhomeip (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/matter) → 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.)