:orphan: .. title:: CONFIG_SHELL_THREAD_PRIORITY_OVERRIDE .. kconfig:: CONFIG_SHELL_THREAD_PRIORITY_OVERRIDE CONFIG_SHELL_THREAD_PRIORITY_OVERRIDE ##################################### *Override default shell thread priority* Type: ``bool`` Help ==== .. code-block:: none Option to change the default value of shell thread priority. Direct dependencies =================== \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/shell/Kconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → Shell .. code-block:: kconfig config SHELL_THREAD_PRIORITY_OVERRIDE bool "Override default shell thread priority" depends on SHELL help Option to change the default value of shell thread priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*