:orphan: .. title:: OSDP_PD_ADDRESS_LIST .. option:: CONFIG_OSDP_PD_ADDRESS_LIST *List of connected Peripheral Device addresses* Type: ``string`` Help ==== 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 =================== \ :option:`OSDP_MODE_CP ` && \ :option:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - "1" Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/osdp/Kconfig.cp:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:15`` → ``subsys/mgmt/osdp/Kconfig:106`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver .. parsed-literal:: config OSDP_PD_ADDRESS_LIST string "List of connected Peripheral Device addresses" default "1" depends on \ :option:`OSDP_MODE_CP ` && \ :option:`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.)*