summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/arm/uclibc-ng.config1
-rw-r--r--target/config/Config.in.toolchain5
2 files changed, 1 insertions, 5 deletions
diff --git a/target/arm/uclibc-ng.config b/target/arm/uclibc-ng.config
index 490f56a96..ee721c754 100644
--- a/target/arm/uclibc-ng.config
+++ b/target/arm/uclibc-ng.config
@@ -167,6 +167,7 @@ UCLIBC_HAS_CTYPE_SIGNED=y
UCLIBC_HAS_CTYPE_CHECKED=y
# UCLIBC_HAS_CTYPE_ENFORCED is not set
UCLIBC_HAS_WCHAR=y
+UCLIBC_HAS_LIBICONV=y
# UCLIBC_HAS_LOCALE is not set
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain
index 3cf310e68..92bfd79d5 100644
--- a/target/config/Config.in.toolchain
+++ b/target/config/Config.in.toolchain
@@ -26,11 +26,6 @@ endchoice
choice
depends on ADK_TARGET_OS_LINUX
bool "Iconv implementation"
-default ADK_TARGET_WITHOUT_ICONV if ADK_TARGET_WITHOUT_MMU
-
-config ADK_TARGET_LIBICONV_TINY
- bool "Use tiny libiconv package"
- select ADK_PACKAGE_LIBICONV_TINY
config ADK_TARGET_LIBC_ICONV
bool "Use iconv from C library"