CONFIG_OSDP_PD_CAP_READER_LED_CONTROL_NUM_ITEMS

Number of items

Type: int

Help

The number of LEDs per reader.

Direct dependencies

OSDP_MODE_PD && OSDP

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At <Zephyr>/subsys/mgmt/osdp/Kconfig.pd:164

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:32<Zephyr>/subsys/mgmt/Kconfig:15<Zephyr>/subsys/mgmt/osdp/Kconfig:102

Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver → OSDP PD Capabilities → LED Control

config OSDP_PD_CAP_READER_LED_CONTROL_NUM_ITEMS
    int "Number of items"
    default 0
    depends on OSDP_MODE_PD && OSDP
    help
      The number of LEDs per reader.

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