:orphan: .. title:: CONFIG_OSDP_PD_ADDRESS_LIST .. kconfig:: CONFIG_OSDP_PD_ADDRESS_LIST CONFIG_OSDP_PD_ADDRESS_LIST ########################### *List of connected Peripheral Device addresses* Type: ``string`` Help ==== .. code-block:: none Comma Separated Values of PD addresses. The number of values in this string should exactly match the number of connected PDs specified above Direct dependencies =================== \ :kconfig:`OSDP_MODE_CP ` && \ :kconfig:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - "1" Kconfig definition ================== At ``/mgmt/osdp/Kconfig.cp:15`` 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_PD_ADDRESS_LIST string "List of connected Peripheral Device addresses" default "1" depends on OSDP_MODE_CP && OSDP help Comma Separated Values of PD addresses. The number of values in this string should exactly match the number of connected PDs specified above *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*