CONFIG_OSDP_PD_CAP_READER_AUDIBLE_OUTPUT_NUM_ITEMS¶
Number of items
Type: int
Help¶
The number of audible annunciators per reader
Default¶
- 0 
Kconfig definition¶
At <Zephyr Subsystem>/mgmt/osdp/Kconfig.pd:183
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:35 → <Zephyr Subsystem>/mgmt/Kconfig:15 → <Zephyr Subsystem>/mgmt/osdp/Kconfig:102
Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver → OSDP PD Capabilities → Audible Output
config OSDP_PD_CAP_READER_AUDIBLE_OUTPUT_NUM_ITEMS
    int "Number of items"
    default 0
    depends on OSDP_MODE_PD && OSDP
    help
      The number of audible annunciators per reader
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)