.. _configuration_options_bridle: Bridle Configuration Options ============================ :file:`Kconfig` files describe build-time configuration options (called symbols in Kconfig-speak), how they're grouped into menus and sub-menus, and dependencies between them that determine what configurations are valid. :file:`Kconfig` files appear throughout the directory tree. For example, :file:`subsys/power/Kconfig` defines power-related options. This documentation is generated automatically from the :file:`Kconfig` files by the :file:`gen_kconfig_rest.py` script. Click on symbols for more information. Configuration Options ********************* .. list-table:: :header-rows: 1 :widths: auto * - Symbol name - Help/prompt * - :option:`CONFIG_BRIDLE_CMD_HELLO` - Enable to have the command 'hello' that prints the simple message: "Hello from shell." on the console. * - :option:`CONFIG_BRIDLE_COMMANDS` - Bridle Shell Commands * - :option:`CONFIG_BRIDLE_SHELL` - This shell provides access to basic Bridle data like version.