15 lines
344 B
Plaintext
15 lines
344 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
#menu "Wide character suppoort"
|
|
|
|
config LIBC_WCHAR
|
|
bool "Enable wide-characters (Unicode) support"
|
|
default n
|
|
---help---
|
|
By default, wide-characters support is disabled.
|
|
|
|
#endmenu # Wide character suppoort
|