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:
parent
17f1b0adec
commit
0af60bc2c0
|
@ -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
|
||||
========================================
|
||||
|
||||
|
|
Loading…
Reference in a new issue