:orphan: .. title:: CONFIG_SHELL_THREAD_PRIORITY .. kconfig:: CONFIG_SHELL_THREAD_PRIORITY CONFIG_SHELL_THREAD_PRIORITY ############################ *Shell thread priority* Type: ``int`` Help ==== .. code-block:: none Set thread priority of the shell Direct dependencies =================== \ :kconfig:`SHELL_THREAD_PRIORITY_OVERRIDE ` && \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/shell/Kconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → Shell → Override default shell thread priority .. code-block:: kconfig config SHELL_THREAD_PRIORITY int "Shell thread priority" default 0 depends on SHELL_THREAD_PRIORITY_OVERRIDE && SHELL help Set thread priority of the shell *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*