:orphan: .. title:: SHELL_BACKEND_SERIAL_INIT_PRIORITY .. option:: CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY *Initialization priority* Type: ``int`` Help ==== Initialization priority for UART backend. This must be bigger than the initialization priority of the used serial device. Direct dependencies =================== \ :option:`SHELL_BACKEND_SERIAL ` && \ :option:`SHELL_BACKENDS ` && \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/Kconfig.backends:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:41`` → ``subsys/shell/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends → Enable serial backend .. parsed-literal:: config SHELL_BACKEND_SERIAL_INIT_PRIORITY int "Initialization priority" range 0 99 default 0 depends on \ :option:`SHELL_BACKEND_SERIAL ` && \ :option:`SHELL_BACKENDS ` && \ :option:`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.)*