summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-11-22 09:47:21 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-12-13 23:19:38 +0100
commit532fba0ef7bfb5ee844f10e771255d80cebcc2dc (patch)
treef734e5fb13b214540d2b83d0e964fe8a1d035296 /lib/Kconfig
parent07d2f1fd3e595aef539dc0443125bd08708e63ff (diff)
downloadbarebox-532fba0ef7bfb5ee844f10e771255d80cebcc2dc.tar.gz
barebox-532fba0ef7bfb5ee844f10e771255d80cebcc2dc.tar.xz
vsprintf: add optional support for %ls format modifier
Incoming EFI loader support will deal a lot with wide strings, so it makes sense to have printf directly support printing it. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20211122084732.2597109-20-a.fatoum@pengutronix.de 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 ea6de76a22..718033e56e 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -163,6 +163,9 @@ config PROGRESS_NOTIFIER
config PRINTF_UUID
bool
+config PRINTF_WCHAR
+ bool
+
config GENERIC_LIB_ASHLDI3
bool