:orphan: .. title:: OSDP_PD_ID_FIRMWARE_VERSION .. option:: CONFIG_OSDP_PD_ID_FIRMWARE_VERSION *PD Firmware Version* Type: ``hex`` Help ==== .. code-block:: none 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 ================== At ``/mgmt/osdp/Kconfig.pd:80`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:15`` → ``/mgmt/osdp/Kconfig:102`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver → Peripheral Device ID Information .. code-block:: kconfig config OSDP_PD_ID_FIRMWARE_VERSION hex "PD Firmware Version" range 0 0x00FFFFFF default 0x00010100 depends on OSDP_MODE_PD && 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.)*