:orphan: .. title:: CONFIG_OSDP_NUM_CONNECTED_PD .. kconfig:: CONFIG_OSDP_NUM_CONNECTED_PD CONFIG_OSDP_NUM_CONNECTED_PD ############################ *Number of connected Peripheral Devices* Type: ``int`` Help ==== .. code-block:: none In PD mode, number of connected PDs is is always 1 and cannot be configured. Help ==== .. code-block:: none In PD mode, number of connected PDs is is always 1 and cannot be configured. Direct dependencies =================== (\ :kconfig:`OSDP_MODE_PD ` && \ :kconfig:`OSDP `) || (\ :kconfig:`OSDP_MODE_CP ` && \ :kconfig:`OSDP `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 1 - 1 Kconfig definitions =================== At ``/mgmt/osdp/Kconfig.pd:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:15`` → ``/mgmt/osdp/Kconfig:102`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver .. code-block:: kconfig config OSDP_NUM_CONNECTED_PD int default 1 depends on OSDP_MODE_PD && OSDP help In PD mode, number of connected PDs is is always 1 and cannot be configured. ---- At ``/mgmt/osdp/Kconfig.cp:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:15`` → ``/mgmt/osdp/Kconfig:106`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver .. code-block:: kconfig config OSDP_NUM_CONNECTED_PD int "Number of connected Peripheral Devices" range 1 126 default 1 depends on OSDP_MODE_CP && OSDP help In PD mode, number of connected PDs is is always 1 and cannot be configured. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*