Kconfig: Change some "default y" to "default !DEFAULT_SMALL"

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-07-16 00:44:32 +08:00
committed by Alan Carvalho de Assis
parent 4d8eedb09a
commit e031a73aef
24 changed files with 4 additions and 24 deletions
+1 -1
View File
@@ -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