mirror of
https://github.com/apache/nuttx.git
synced 2026-08-25 23:47:16 +00:00
14 lines
313 B
Text
14 lines
313 B
Text
#
|
|
# 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
|