CONFIG_CHIP_OTA_IMAGE_EXTRA_ARGS

OTA image creator extra arguments

Type: string

Help

This option allows one to pass optional arguments to the
ota_image_tool.py script, used for building OTA image.

Direct dependencies

CHIP_OTA_IMAGE_BUILD && 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/matter/config/nrfconnect/chip-module/../../zephyr/Kconfig:190

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:98/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 → Generate OTA image

config CHIP_OTA_IMAGE_EXTRA_ARGS
    string "OTA image creator extra arguments"
    depends on CHIP_OTA_IMAGE_BUILD && CHIP
    help
      This option allows one to pass optional arguments to the
      ota_image_tool.py script, used for building OTA image.

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