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
1 changed files with 3 additions and 0 deletions
|
@ -406,6 +406,9 @@ The following Kconfig extensions are available:
|
||||||
|
|
||||||
orsource "Kconfig[12]"
|
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
|
Old Zephyr Kconfig behavior for defaults
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue