summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r--extra/Configs/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 7de210bf7..49f259cda 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -410,7 +410,6 @@ endchoice
config UCLIBC_HAS_WCHAR
bool "Wide Character Support"
- select UCLIBC_HAS_CTYPE_TABLES
default n
help
Answer Y to enable wide character support. This will make uClibc
@@ -421,6 +420,7 @@ config UCLIBC_HAS_WCHAR
config UCLIBC_HAS_LOCALE
bool "Locale Support (experimental/incomplete)"
select UCLIBC_HAS_WCHAR
+ select UCLIBC_HAS_CTYPE_TABLES
default n
help
Answer Y to enable locale support. This will make uClibc much