kconfig: fix Kconfig documentation references to the CHECKIF() macro
Fix the references to the CHECKIF() from the Kconfig help documentation strings. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
35e418f469
commit
8261a4bf9e
1 changed files with 3 additions and 3 deletions
|
@ -520,17 +520,17 @@ choice
|
||||||
config ASSERT_ON_ERRORS
|
config ASSERT_ON_ERRORS
|
||||||
bool "Assert on all errors"
|
bool "Assert on all errors"
|
||||||
help
|
help
|
||||||
Assert on errors covered with the CHECK macro.
|
Assert on errors covered with the CHECKIF() macro.
|
||||||
|
|
||||||
config NO_RUNTIME_CHECKS
|
config NO_RUNTIME_CHECKS
|
||||||
bool "No runtime error checks"
|
bool "No runtime error checks"
|
||||||
help
|
help
|
||||||
Do not do any runtime checks or asserts when using the CHECK macro.
|
Do not do any runtime checks or asserts when using the CHECKIF() macro.
|
||||||
|
|
||||||
config RUNTIME_ERROR_CHECKS
|
config RUNTIME_ERROR_CHECKS
|
||||||
bool "Runtime error checks"
|
bool "Runtime error checks"
|
||||||
help
|
help
|
||||||
Always perform runtime checks covered with the CHECK macro. This
|
Always perform runtime checks covered with the CHECKIF() macro. This
|
||||||
option is the default and the only option used during testing.
|
option is the default and the only option used during testing.
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue