CONFIG_SHELL_THREAD_PRIORITY_OVERRIDE¶
Override default shell thread priority
Type: bool
Help¶
Option to change the default value of shell thread priority.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/shell/Kconfig:28
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:45
Menu path: (Top) → Sub Systems and OS Services → Shell
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.)