-
CONFIG_OSDP_UART_DEV_NAME
¶
Device name of UART device for OSDP
Type: string
Help¶
This option specifies the name of UART device to be used for OSDP
Kconfig definition¶
At <Zephyr>/subsys/mgmt/osdp/Kconfig:32
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:35
→ <Zephyr>/subsys/mgmt/Kconfig:15
Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver
config OSDP_UART_DEV_NAME string "Device name of UART device for OSDP" default "" ifHAS_DTS
default "UART_2" depends onOSDP
help This option specifies the name of UART device to be used for OSDP
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)