Lines Matching refs:menuconfig
7 available Kconfig options and making temporary changes: ``menuconfig`` and
8 ``guiconfig``. ``menuconfig`` is a curses-based interface that runs in the
27 Saving a minimal configuration file (with e.g. :kbd:`D` in menuconfig) and
42 #. To run the terminal-based ``menuconfig`` interface, use either of these
47 west build -t menuconfig
51 ninja menuconfig
75 .. figure:: menuconfig.png
76 :alt: menuconfig interface
91 ``config`` and symbols defined with ``menuconfig``, showing you what
92 things would look like in the ``menuconfig`` interface.
94 #. Change configuration values in the ``menuconfig`` interface as follows:
123 ``menuconfig``.
125 #. Pressing :kbd:`Q` in the ``menuconfig`` interface will bring up the
128 .. figure:: menuconfig-quit.png
154 .. figure:: menuconfig-jump-to.png
155 :alt: menuconfig jump-to dialog
163 off show-all mode, press :kbd:`A` in ``menuconfig`` or :kbd:`Ctrl-A` in
172 dependencies, either by pressing :kbd:`?` in ``menuconfig`` or in the
179 In ``menuconfig``, you can press :kbd:`Ctrl-F` to view the help of the
182 For more information on ``menuconfig`` and ``guiconfig``, see the Python
183 docstrings at the top of :zephyr_file:`menuconfig.py
184 <scripts/kconfig/menuconfig.py>` and :zephyr_file:`guiconfig.py