arch: posix: kconfig: Remove unused ARCH_POSIX_STOP_ON_FATAL_ERROR sym
Unused after commit 71ce8ceb18
("kernel: consolidate error handling
code").
Found with a script.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
f72d1904f5
commit
eba1aa4bc5
1 changed files with 0 additions and 10 deletions
|
@ -23,14 +23,4 @@ config ARCH_POSIX_RECOMMENDED_STACK_SIZE
|
|||
thread stack, the real stack is the native underlying pthread stack.
|
||||
Therefore the allocated stack can be limited to this size)
|
||||
|
||||
config ARCH_POSIX_STOP_ON_FATAL_ERROR
|
||||
bool "Terminate execution on fatal errors"
|
||||
depends on ARCH_POSIX
|
||||
help
|
||||
If set, when a fatal error occurs, the execution will stop immediately with
|
||||
an error. If not set, the default Zephyr behavior will be followed:
|
||||
terminate only if the fault was triggered in an ISR or essential thread,
|
||||
otherwise abort the current thread and attempt to continue.
|
||||
Enabling this option may simplify locating and debugging faults
|
||||
|
||||
endmenu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue