:orphan: .. title:: OSDP_PD_ID_FIRMWARE_VERSION .. option:: CONFIG_OSDP_PD_ID_FIRMWARE_VERSION *PD Firmware Version* Type: ``hex`` Help ==== Firmware revision code. - Bit 0-7 : build version number; - Bit 8-15 : minor version number; - Bit 16-23: major version number; Direct dependencies =================== \ :option:`OSDP_MODE_PD ` && \ :option:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x00010100 Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/osdp/Kconfig.pd:80`` 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_FIRMWARE_VERSION hex "PD Firmware Version" range 0 0x00FFFFFF default 0x00010100 depends on \ :option:`OSDP_MODE_PD ` && \ :option:`OSDP ` help Firmware revision code. - Bit 0-7 : build version number; - Bit 8-15 : minor version number; - Bit 16-23: major version number; *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*