diff options
| author | Simon Glass <[email protected]> | 2021-12-29 11:57:35 -0700 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2021-12-31 06:45:01 +0100 |
| commit | 726cd9836db0d698f1f409e9522828e985c912e2 (patch) | |
| tree | a62a7183cf2f52ac6dbc5299ac87ce42dc40a408 /lib/Kconfig | |
| parent | eaaa5fbbe421c75dbf2319615f95e0484b330b87 (diff) | |
efi: Make unicode printf available to the app
This is needed to show unicode strings. Enable this code in the app.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'lib/Kconfig')
| -rw-r--r-- | lib/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 10ba086b396..1883ac734d6 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -52,7 +52,7 @@ config CC_OPTIMIZE_LIBS_FOR_SPEED config CHARSET bool - default y if UT_UNICODE || EFI_LOADER || UFS + default y if UT_UNICODE || EFI_LOADER || UFS || EFI_APP help Enables support for various conversions between different character sets, such as between unicode representations and |
