Skip to content
Snippets Groups Projects
Commit 6501ff62 authored by Przemyslaw Marczak's avatar Przemyslaw Marczak Committed by Simon Glass
Browse files

lib: Kconfig: add entry for errno_str() function

parent bf2e5d5b
No related branches found
No related tags found
No related merge requests found
......@@ -82,4 +82,12 @@ config SHA_PROG_HW_ACCEL
is performed in hardware.
endmenu
config ERRNO_STR
bool "Enable function for getting errno-related string message"
help
The function errno_str(int errno), returns a pointer to the errno
corresponding text message:
- if errno is null or positive number - a pointer to "Success" message
- if errno is negative - a pointer to errno related message
endmenu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment