:orphan: .. title:: CONFIG_OSDP_MODE_PD .. kconfig:: CONFIG_OSDP_MODE_PD CONFIG_OSDP_MODE_PD ################### *Configure OSDP in Peripheral Device mode* Type: ``bool`` Help ==== .. code-block:: none Configure this device to operate as a PD (Peripheral Device) Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/mgmt/osdp/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver → OSDP Mode of Operation .. code-block:: kconfig config OSDP_MODE_PD bool "Configure OSDP in Peripheral Device mode" depends on help Configure this device to operate as a PD (Peripheral Device) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*