CONFIG_CHIP_PROJECT_CONFIG

Project configuration file for CHIP

Type: string

Help

Project configuration file for CHIP. If specified, CHIP generic configuration files will include the project configuration file which can be used to override any CHIP default or platform-specific settings.

Direct dependencies

CHIP

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:32

Menu path: (Top) → Modules → connectedhomeip (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/connectedhomeip) → Connected Home over IP protocol stack

config CHIP_PROJECT_CONFIG
    string "Project configuration file for CHIP"
    depends on CHIP
    help
      Project configuration file for CHIP. If specified, CHIP generic
      configuration files will include the project configuration file which can
      be used to override any CHIP default or platform-specific settings.

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