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