Lines Matching full:to
18 If you try to enable a symbol with unsatisfied dependencies in
22 To make a setting permanent, you should set it in a :file:`*.conf` file, as
31 To run one of the configuration interfaces, do this:
42 #. To run the terminal-based ``menuconfig`` interface, use either of these
53 To run the graphical ``guiconfig``, use either of these commands:
65 If you get an import error for ``tkinter`` when trying to run
81 ``guiconfig`` always shows the help text and other information related to
83 interface, press :kbd:`?` to view the same information.
87 If you prefer to work in the ``guiconfig`` interface, then it's a good
88 idea to check any changes to Kconfig files you make in *single-menu
99 * Use :kbd:`Space` and :kbd:`Enter` to enter menus and toggle values. Menus
100 appear with ``--->`` next to them. Press :kbd:`ESC` to return to the
110 You can also press :kbd:`Y` or :kbd:`N` to set a boolean configuration
111 symbol to the corresponding value.
113 * Press :kbd:`?` to display information about the currently selected symbol,
114 including its help text. Press :kbd:`ESC` or :kbd:`Q` to return from the
115 information display to the menu.
117 In the ``guiconfig`` interface, either click on the image next to the symbol
118 to change its value, or double-click on the row with the symbol (this only
122 ``guiconfig`` also supports keyboard controls, which are similar to
126 save-and-quit dialog (if there are changes to save):
131 Press :kbd:`Y` to save the kernel configuration options to the default
132 filename (:file:`zephyr/.config`). You will typically save to the default
142 want to build with, copy it to :file:`zephyr/.config`. Make sure to back
146 default on Linux and macOS. Use the ``-a`` flag to see them.
148 Finding a symbol in the menu tree and navigating to it can be tedious. To jump
149 directly to a symbol, press the :kbd:`/` key (this also works in
151 symbols by name and jump to them. In ``guiconfig``, you can also change symbol
154 .. figure:: menuconfig-jump-to.png
155 :alt: menuconfig jump-to dialog
157 .. figure:: guiconfig-jump-to.png
158 :alt: guiconfig jump-to dialog
160 If you jump to a symbol that isn't currently visible (e.g., due to having
162 mode, all symbols are displayed, including currently invisible symbols. To turn
171 To figure out why a symbol you jumped to isn't visible, inspect its
174 symbol depends on another symbol that isn't enabled, you can jump to that
175 symbol in turn to see if it can be enabled.
179 In ``menuconfig``, you can press :kbd:`Ctrl-F` to view the help of the
180 currently selected item in the jump-to dialog without leaving the dialog.