:orphan: .. title:: OSDP_UART_BAUD_RATE .. option:: CONFIG_OSDP_UART_BAUD_RATE *OSDP UART baud rate* Type: ``int`` Help ==== OSDP defines that baud rate can be either 9600 or 38400 or 115200. Direct dependencies =================== \ :option:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 115200 Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/osdp/Kconfig:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver .. parsed-literal:: config OSDP_UART_BAUD_RATE int "OSDP UART baud rate" default 115200 depends on \ :option:`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.)*