:orphan: .. title:: CONFIG_OSDP_UART_BAUD_RATE .. kconfig:: CONFIG_OSDP_UART_BAUD_RATE CONFIG_OSDP_UART_BAUD_RATE ########################## *OSDP UART baud rate* Type: ``int`` Help ==== .. code-block:: none OSDP defines that baud rate can be either 9600 or 38400 or 115200. Direct dependencies =================== \ :kconfig:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 115200 Kconfig definition ================== At ``/mgmt/osdp/Kconfig:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/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_BAUD_RATE int "OSDP UART baud rate" default 115200 depends on OSDP help OSDP defines that baud rate can be either 9600 or 38400 or 115200. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*