:orphan: .. title:: CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY .. kconfig:: CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY ######################################### *Initialization priority* Type: ``int`` Help ==== .. code-block:: none Initialization priority for UART backend. This must be bigger than the initialization priority of the used serial device. Direct dependencies =================== \ :kconfig:`SHELL_BACKEND_SERIAL ` && \ :kconfig:`SHELL_BACKENDS ` && \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/shell/Kconfig.backends:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` → ``/shell/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends → Enable serial backend .. code-block:: kconfig config SHELL_BACKEND_SERIAL_INIT_PRIORITY int "Initialization priority" range 0 99 default 0 depends on SHELL_BACKEND_SERIAL && SHELL_BACKENDS && SHELL help Initialization priority for UART backend. This must be bigger than the initialization priority of the used serial device. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*