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:
Andrej Butok 2024-04-16 13:55:44 +02:00 committed by Carles Cufí
commit c8f12c9273

View file

@ -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