:orphan: .. title:: BRIDLE_COMMANDS .. option:: CONFIG_BRIDLE_COMMANDS *Bridle Shell Commands* Type: ``bool`` Direct dependencies =================== \ :option:`SHELL ` && \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== .. highlight:: kconfig At ``/home/runner/work/bridle/bridle/workspace/bridle/subsys/shell/modules/Kconfig.commands:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:6`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.modules:2`` → ``/home/runner/work/bridle/bridle/workspace/bridle/Kconfig.bridle:9`` → ``/home/runner/work/bridle/bridle/workspace/bridle/subsys/Kconfig:7`` → ``/home/runner/work/bridle/bridle/workspace/bridle/subsys/shell/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/bridle/subsys/shell/modules/Kconfig:11`` Menu path: (Top) → Modules → bridle (/home/runner/work/bridle/bridle/workspace/bridle) → Sub Systems and OS Services .. parsed-literal:: menuconfig BRIDLE_COMMANDS bool "Bridle Shell Commands" default n depends on \ :option:`SHELL ` && \ :option:`SHELL ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*