CONFIG_BRIDLE_SHELL

Enable Bridle shell

Type: bool

Help

This shell provides access to basic Bridle data like version.

Direct dependencies

SHELL

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Bridle>/subsys/shell/modules/Kconfig:5

Included via Kconfig:8Kconfig.zephyr:33<External Modules>/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<Bridle>/Kconfig.bridle:9<Bridle>/subsys/Kconfig:7<Bridle>/subsys/shell/Kconfig:11

Menu path: (Top) → Modules → bridle (/home/runner/work/bridle/bridle/workspace/bridle) → Sub Systems and OS Services

config BRIDLE_SHELL
    bool "Enable Bridle shell"
    default y
    depends on SHELL
    help
      This shell provides access to basic Bridle data like version.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)