CONFIG_CHIP_ENABLE_PAIRING_AUTOSTART

Enable pairing autostart

Type: bool

Help

Open pairing window automatically at application boot time.

Direct dependencies

CHIP

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

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

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_ENABLE_PAIRING_AUTOSTART
    bool "Enable pairing autostart"
    default n
    depends on CHIP
    help
      Open pairing window automatically at application boot time.

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