Kconfig: Document new def_{int,hex,string} extensions

These work like def_bool, setting the type and adding a default at the
same time. This extension fixes some Kconfig inconsistency.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2018-08-14 07:55:47 +02:00 committed by Anas Nashif
parent 17f1b0adec
commit 0af60bc2c0

View file

@ -406,6 +406,9 @@ The following Kconfig extensions are available:
orsource "Kconfig[12]"
- ``def_int``, ``def_hex``, and ``def_string`` keywords, which are analogous to
``def_bool``. These set the type and add a ``default`` at the same time.
Old Zephyr Kconfig behavior for defaults
========================================