CONFIG_SHELL_THREAD_PRIORITY_OVERRIDE¶
Override default shell thread priority
Type: bool
Help¶
Option to change the default value of shell thread priority.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr Subsystem>/shell/Kconfig:28
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Zephyr Subsystem>/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.)