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

CONFIG_OSDP

Open Supervised Device Protocol (OSDP) driver

Type: bool

Help

Add support for Open Supervised Device Protocol (OSDP)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols implied by this symbol

Kconfig definition

At subsys/mgmt/osdp/Kconfig:7

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

Menu path: (Top) → Sub Systems and OS Services → Device Management

menuconfig OSDP
    bool "Open Supervised Device Protocol (OSDP) driver"
    select RING_BUFFER
    imply SERIAL_SUPPORT_INTERRUPT
    imply UART_INTERRUPT_DRIVEN
    help
      Add support for Open Supervised Device Protocol (OSDP)

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