The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_OSDP_MODE_PD

Configure OSDP in Peripheral Device mode

Type: bool

Help

Configure this device to operate as a PD (Peripheral Device)

Direct dependencies

<choice: OSDP Mode of Operation>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/mgmt/osdp/Kconfig:19

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:35subsys/mgmt/Kconfig:15

Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver → OSDP Mode of Operation

config OSDP_MODE_PD
    bool "Configure OSDP in Peripheral Device mode"
    depends on <choice>
    help
      Configure this device to operate as a PD (Peripheral Device)

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)