:orphan: .. title:: OSDP_PD_CAP_OUTPUT_CONTROL_NUM_ITEMS .. option:: CONFIG_OSDP_PD_CAP_OUTPUT_CONTROL_NUM_ITEMS *Number of items* Type: ``int`` Help ==== The number of Outputs. Direct dependencies =================== \ :option:`OSDP_MODE_PD ` && \ :option:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/osdp/Kconfig.pd:143`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:15`` → ``subsys/mgmt/osdp/Kconfig:102`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver → OSDP PD Capabilities → Output Control .. parsed-literal:: config OSDP_PD_CAP_OUTPUT_CONTROL_NUM_ITEMS int "Number of items" default 0 depends on \ :option:`OSDP_MODE_PD ` && \ :option:`OSDP ` help The number of Outputs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*