summaryrefslogtreecommitdiff
path: root/target/config/Config.in.runtime
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-25 21:04:23 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-26 12:41:05 +0200
commit1cf04b9efde27c39a600862f962e0a703e3fc20f (patch)
tree9e5c99ba274e7727a3e2cc65c39d26cc2fe45bdc /target/config/Config.in.runtime
parent9162b50f553369444930878e318a929509aa720f (diff)
rework intl/iconv/locale configuration for uClibc-ng toolchains
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r--target/config/Config.in.runtime14
1 files changed, 4 insertions, 10 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index 8ea01c4e9..87f3febbd 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -35,7 +35,8 @@ config ADK_RUNTIME_INIT_SYSTEMD
select ADK_PACKAGE_SYSTEMD
select ADK_PACKAGE_DBUS
select ADK_PACKAGE_DBUS_WITH_SYSTEMD
- select ADK_RUNTIME_ENABLE_LOCALE
+ select ADK_TARGET_LIBC_WITH_LOCALE if ADK_TARGET_LIB_UCLIBC_NG
+ select ADK_TARGET_LIBC_WITH_LIBINTL_STUB if ADK_TARGET_LIB_UCLIBC_NG
select ADK_TARGET_USE_SSP
depends on ADK_TARGET_LIB_GLIBC || ADK_TARGET_LIB_UCLIBC_NG
@@ -199,19 +200,12 @@ config ADK_RUNTIME_TIMEZONE
help
Predefine the timezone for the embedded system.
-config ADK_RUNTIME_ENABLE_LOCALE
- bool "enable locale (i18n) support"
- select ADK_TARGET_LIBC_ICONV if ADK_TARGET_LIB_UCLIBC_NG
- select BUSYBOX_LOCALE_SUPPORT
- help
- Enable locale support for the target.
-
config ADK_RUNTIME_DEFAULT_LOCALE
string "default locale"
- depends on ADK_RUNTIME_ENABLE_LOCALE
+ depends on ADK_TARGET_LIBC_WITH_LOCALE
default "de_DE"
help
- Set locale to be set in the target system as default.
+ Locale to be set in the target system as default.
choice
prompt "bootup messages from kernel"