:orphan: .. title:: OSDP_PD_ID_VERSION .. option:: CONFIG_OSDP_PD_ID_VERSION *PD Product Version* Type: ``int`` Help ==== Manufacturer's version of this product. Least 8 bits are valid. Direct dependencies =================== \ :option:`OSDP_MODE_PD ` && \ :option:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/osdp/Kconfig.pd:66`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:15`` → ``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 .. parsed-literal:: config OSDP_PD_ID_VERSION int "PD Product Version" range 0 255 default 1 depends on \ :option:`OSDP_MODE_PD ` && \ :option:`OSDP ` help Manufacturer's version of this product. Least 8 bits are valid. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*