-
CONFIG_CHIP_STANDALONE_SHELL
¶
Enable CHIP shell library
Type: bool
Help¶
Link the application with the library containing CHIP shell commands.
Default¶
n
Kconfig definition¶
At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/matter/config/nrfconnect/chip-module/Kconfig:57
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_STANDALONE_SHELL
bool "Enable CHIP shell library"
default n
depends on !CHIP_ZEPHYR_SHELL && CHIP
help
Link the application with the library containing CHIP shell commands.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)