define range for FAULT_DUMP config variable
Only allow valid values to be set for this option. Change-Id: I11dd7381ddbf6d4d9985255b9b784544074aba63 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
f140d6342c
commit
2ad03b930d
2 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,7 @@ config FAULT_DUMP
|
||||||
int
|
int
|
||||||
prompt "Fault dump level"
|
prompt "Fault dump level"
|
||||||
default 2
|
default 2
|
||||||
|
range 0 2
|
||||||
help
|
help
|
||||||
Different levels for display information when a fault occurs.
|
Different levels for display information when a fault occurs.
|
||||||
|
|
||||||
|
|
|
@ -84,6 +84,7 @@ config FAULT_DUMP
|
||||||
int
|
int
|
||||||
prompt "Fault dump level"
|
prompt "Fault dump level"
|
||||||
default 2
|
default 2
|
||||||
|
range 0 2
|
||||||
help
|
help
|
||||||
Different levels for display information when a fault occurs.
|
Different levels for display information when a fault occurs.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue