Config.in.uclibc-ng 633 B

12345678910111213141516171819
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. config ADK_TARGET_LIBC_WITH_LOCALE
  4. bool "Enable locale support"
  5. depends on ADK_TARGET_LIB_UCLIBC_NG
  6. select BUSYBOX_LOCALE_SUPPORT if ADK_PACKAGE_BUSYBOX
  7. config ADK_TARGET_LIBC_WITH_LIBINTL
  8. bool "Enable libintl stub support"
  9. depends on ADK_TARGET_LIB_UCLIBC_NG
  10. help
  11. Enables uClibc-ng libintl stub.
  12. config ADK_TARGET_LIBC_WITH_LIBICONV
  13. bool "Enable basic libiconv"
  14. depends on ADK_TARGET_LIB_UCLIBC_NG && !ADK_PACKAGE_LIBICONV
  15. help
  16. Enables uClibc-ng included basic libiconv support.