CONFIG_CHIP_ZEPHYR_SHELL

Enable Zephyr-based CHIP shell

Type: bool

Help

Add CHIP commands to the Zephyr shell.

Direct dependencies

CHIP

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols implied by this symbol

Kconfig definition

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

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_ZEPHYR_SHELL
    bool "Enable Zephyr-based CHIP shell"
    default n
    imply SHELL
    depends on CHIP
    help
      Add CHIP commands to the Zephyr shell.

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