-
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.
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/Kconfig:44
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:68
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.)