libc: Fix typo in libc/string/Kconfig.
This typo prevented initial ./tools/configure.sh. Signed-off-by: Tomasz 'CeDeROM' CEDRO <tomek@cedro.info>
This commit is contained in:
parent
d762427ec9
commit
8cc2fbfd00
|
@ -40,7 +40,7 @@ config LIBC_STRING_OPTIMIZE
|
|||
bool "optimized string function"
|
||||
depends on ALLOW_BSD_COMPONENTS
|
||||
default y
|
||||
--help--
|
||||
---help---
|
||||
Use optimized string function implementation based on newlib.
|
||||
|
||||
config LIBC_PERROR_STDOUT
|
||||
|
|
Loading…
Reference in New Issue