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 <Zephyr>/subsys/mgmt/osdp/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:32<Zephyr>/subsys/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.)