Kconfig 177 B

1234567891011121314
  1. config NLS
  2. bool "Native language support"
  3. default n
  4. help
  5. The base Native Language Support.
  6. if NLS
  7. config NLS_UTF8
  8. bool "NLS UTF-8"
  9. help
  10. UTF-8 Support.
  11. endif # NLS