CONFIG_CHIP_DEVICE_VENDOR_ID

Device vendor ID

Type: int

Help

Identifier of the device manufacturer, assigned by Connectivity Standards
Alliance. It is used in various CHIP areas, such as the Basic Information
cluster or OTA (Over-the-air update) image header.

Direct dependencies

CHIP

(Includes any dependencies from ifs and menus.)

Default

  • 9050

Kconfig definition

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

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

config CHIP_DEVICE_VENDOR_ID
    int "Device vendor ID"
    range 0 65535
    default 9050
    depends on CHIP
    help
      Identifier of the device manufacturer, assigned by Connectivity Standards
      Alliance. It is used in various CHIP areas, such as the Basic Information
      cluster or OTA (Over-the-air update) image header.

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