CONFIG_OSDP_NUM_CONNECTED_PD

Number of connected Peripheral Devices

Type: int

Help

In PD mode, number of connected PDs is is always 1 and cannot
be configured.

Help

In PD mode, number of connected PDs is is always 1 and cannot
be configured.

Direct dependencies

(OSDP_MODE_PD && OSDP) || (OSDP_MODE_CP && OSDP)

(Includes any dependencies from ifs and menus.)

Defaults

  • 1

  • 1

Kconfig definitions

At <Zephyr Subsystem>/mgmt/osdp/Kconfig.pd:9

Included via Kconfig:8Kconfig.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

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 <Zephyr Subsystem>/mgmt/osdp/Kconfig.cp:7

Included via Kconfig:8Kconfig.zephyr:44<Zephyr Subsystem>/Kconfig:35<Zephyr Subsystem>/mgmt/Kconfig:15<Zephyr Subsystem>/mgmt/osdp/Kconfig:106

Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver

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.)