doc: Mention that dependencies can be checked in menuconfig

This is handier in some ways compared to the symbol reference pages. The
search feature is more flexible, and you get to see which dependencies
are currently unsatisfied.

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
This commit is contained in:
Ulf Magnusson 2018-05-11 23:58:24 +02:00 committed by Anas Nashif
commit a869f875ec

View file

@ -886,6 +886,17 @@ For more information on Zephyr's Kconfig configuration scheme, see the
For information on available kernel configuration options, including
inter-dependencies between options, see the :ref:`configuration`.
.. note::
Dependencies between options can also be viewed in the interactive
configuration interface, which is explained in the
:ref:`override_kernel_conf` section. It will have the most up-to-date
dependencies, and also shows which dependencies are currently unsatisfied.
To view the dependencies of an option in the configuration interface, jump
to it with :kbd:`/` and press :kbd:`?`. For each unsatisfied dependency,
jump to it in turn to check its dependencies.
.. _application_set_conf:
Setting Application Configuration Values