summaryrefslogtreecommitdiffstats
path: root/common/efi
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 /common/efi
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 'common/efi')
-rw-r--r--common/efi/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/efi/Kconfig b/common/efi/Kconfig
index 55939b43d6..b4d94f739c 100644
--- a/common/efi/Kconfig
+++ b/common/efi/Kconfig
@@ -8,6 +8,7 @@ config EFI_BOOTUP
select EFI_GUID
select EFI_DEVICEPATH
select PRINTF_UUID
+ select PRINTF_WCHAR
select BLOCK
select PARTITION_DISK
select HW_HAS_PCI