:orphan: .. title:: CONFIG_OSDP_PD_ID_FIRMWARE_VERSION .. kconfig:: CONFIG_OSDP_PD_ID_FIRMWARE_VERSION 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 =================== \ :kconfig:`OSDP_MODE_PD ` && \ :kconfig:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x00010100 Kconfig definition ================== At ``/mgmt/osdp/Kconfig.pd:80`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/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.)*