:orphan: .. title:: BRIDLE_CMD_HELLO .. option:: CONFIG_BRIDLE_CMD_HELLO *Simple hello from shell* Type: ``bool`` Help ==== Enable to have the command 'hello' that prints the simple message: "Hello from shell." on the console. Direct dependencies =================== \ :option:`BRIDLE_COMMANDS ` && \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :option:`BRIDLE_COMMANDS ` - n Kconfig definition ================== .. highlight:: kconfig At ``/home/runner/work/bridle/bridle/workspace/bridle/subsys/shell/modules/Kconfig.commands:12`` 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 → Bridle Shell Commands .. parsed-literal:: config BRIDLE_CMD_HELLO bool "Simple hello from shell" default y if \ :option:`BRIDLE_COMMANDS ` default n depends on \ :option:`BRIDLE_COMMANDS ` && \ :option:`SHELL ` help Enable to have the command 'hello' that prints the simple message: "Hello from shell." on the console. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*