summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2019-02-19 23:29:28 -0800
committerSascha Hauer <s.hauer@pengutronix.de>2019-02-22 08:27:55 +0100
commit9056a502470765edaff86eb17985972acc549ecd (patch)
treee0dfc31b9d3fb729185f5960805fe0c3f5272cdf /lib/Kconfig
parentde90d053e79146361f99eb6f7d2aba555c37e902 (diff)
downloadbarebox-9056a502470765edaff86eb17985972acc549ecd.tar.gz
barebox-9056a502470765edaff86eb17985972acc549ecd.tar.xz
lib: Port basic Linux kernel NLS functions
Port basic Linux kernel NLS functions: utf8_to_utf32() and utf8s_to_utf16s() in order to support porting kernel code that uses them. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index e048aded8b..44f30d8242 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -148,4 +148,7 @@ config GENERIC_LIB_LSHRDI3
config GENERIC_LIB_MULDI3
bool
+config NLS
+ bool "Native language support"
+
endmenu