CONFIG_OSDP_PD_ID_MODEL

PD Product Model Number

Type: int

Help

Manufacturer’s model number. Least 8 bits are valid.

Direct dependencies

OSDP_MODE_PD && OSDP

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At <Zephyr>/subsys/mgmt/osdp/Kconfig.pd:59

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:32<Zephyr>/subsys/mgmt/Kconfig:15<Zephyr>/subsys/mgmt/osdp/Kconfig:102

Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver → Peripheral Device ID Information

config OSDP_PD_ID_MODEL
    int "PD Product Model Number"
    range 0 255
    default 1
    depends on OSDP_MODE_PD && OSDP
    help
      Manufacturer's model number. Least 8 bits are valid.

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