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

SHELL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/shell/Kconfig:28

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/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.)