:orphan: .. _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. .. raw:: html Configuration Options ********************* .. list-table:: :header-rows: 1 :widths: auto * - Symbol name - Prompt * - :kconfig:`CONFIG_BRIDLE_CMD_HELLO` - Simple hello from shell * - :kconfig:`CONFIG_BRIDLE_COMMANDS` - Bridle Shell Commands * - :kconfig:`CONFIG_BRIDLE_SHELL` - Enable Bridle shell