CONFIG_UART_MUX_RX_PRIORITY

RX workqueue thread priority

Type: int

Help

Sets the priority of the RX workqueue thread.

Direct dependencies

CONSOLE

(Includes any dependencies from ifs and menus.)

Default

  • 7

Kconfig definition

At <Zephyr>/drivers/console/Kconfig:398

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:14

Menu path: (Top) → Device Drivers → Console drivers

config UART_MUX_RX_PRIORITY
    int "RX workqueue thread priority"
    default 7
    depends on CONSOLE
    help
      Sets the priority of the RX workqueue thread.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)