:orphan: .. title:: CONFIG_BRIDLE_SHELL .. kconfig:: CONFIG_BRIDLE_SHELL CONFIG_BRIDLE_SHELL ################### *Enable Bridle shell* Type: ``bool`` Help ==== .. code-block:: none This shell provides access to basic Bridle data like version. Direct dependencies =================== \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/subsys/shell/modules/Kconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:2`` → ``/Kconfig.bridle:9`` → ``/subsys/Kconfig:7`` → ``/subsys/shell/Kconfig:11`` Menu path: (Top) → Modules → bridle (/home/runner/work/bridle/bridle/workspace/bridle) → Sub Systems and OS Services .. code-block:: kconfig 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.)*