CONFIG_CHIP_LIB_SHELL

Enable CHIP shell library

Type: bool

Help

Link the application with the library containing CHIP shell commands.

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/../../zephyr/Kconfig:50

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_LIB_SHELL
    bool "Enable CHIP shell library"
    default n
    imply SHELL
    depends on CHIP
    help
      Link the application with the library containing CHIP shell commands.

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