15 lines
313 B
Plaintext
15 lines
313 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
#menu "Locale Support"
|
|
|
|
config LIBC_LOCALE
|
|
bool "Enable I18N (LOCALE) support"
|
|
default n
|
|
---help---
|
|
By default, i18n (locale) support is disabled.
|
|
|
|
#endmenu # Locale Support
|