:orphan: .. title:: OSDP_UART_DEV_NAME .. option:: CONFIG_OSDP_UART_DEV_NAME *Device name of UART device for OSDP* Type: ``string`` Help ==== .. code-block:: none This option specifies the name of UART device to be used for OSDP Direct dependencies =================== \ :option:`OSDP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "" if \ :option:`HAS_DTS ` - "UART_2" Kconfig definition ================== At ``/mgmt/osdp/Kconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver .. code-block:: kconfig config OSDP_UART_DEV_NAME string "Device name of UART device for OSDP" default "" if HAS_DTS default "UART_2" depends on OSDP 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.)*