mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Kconfig: Change some "default y" to "default !DEFAULT_SMALL"
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
4d8eedb09a
commit
e031a73aef
@@ -30,7 +30,7 @@ config LIBC_STRERROR_SHORT
|
||||
|
||||
config LIBC_STRERROR_ERRNUM
|
||||
bool "Print unknown error code in strerror()"
|
||||
default !LIBC_STRERROR
|
||||
default !LIBC_STRERROR && !DEFAULT_SMALL
|
||||
---help---
|
||||
If this option is selected, then strerror() will print error code
|
||||
for unknown errors like "Unknown error 101". Default enabled when
|
||||
|
||||
Reference in New Issue
Block a user