doc: kconfig: fix HAS_CONFIGURABLE_FOO
Use HAS_CONFIGURABLE_FOO instead of wrong HAS_CONFIGURABLE. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
This commit is contained in:
parent
de53c0d2db
commit
c8f12c9273
1 changed files with 1 additions and 1 deletions
2
doc/build/kconfig/tips.rst
vendored
2
doc/build/kconfig/tips.rst
vendored
|
@ -1060,7 +1060,7 @@ This is logically equivalent to the following:
|
|||
See the `optional prompts`_ section for the meaning of the conditions on the
|
||||
prompts.
|
||||
|
||||
When ``HAS_CONFIGURABLE`` is ``n``, we now get the following configuration
|
||||
When ``HAS_CONFIGURABLE_FOO`` is ``n``, we now get the following configuration
|
||||
output for the symbols, instead of no output:
|
||||
|
||||
.. code-block:: cfg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue