diff options
| author | Heinrich Schuchardt <[email protected]> | 2022-05-02 06:27:00 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2022-05-03 21:39:22 +0200 |
| commit | d30924f16bdceb4c34bfa1f230b04e91e28d5666 (patch) | |
| tree | 6ffa757143e7dfb4430f318f0c40bce07dd1e99e /lib/Kconfig | |
| parent | c900a42eb0a82d3d7cd18f3255acf92dd9894b92 (diff) | |
lib: fix selection of CONFIG_CHARSET
lib/charset.c is not optional for
EFI_APP || EFI_LOADER || UFS || UT_UNICODE.
These must select CONFIG_CHARSET.
Fixes: 726cd9836db0 ("efi: Make unicode printf available to the app")
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'lib/Kconfig')
| -rw-r--r-- | lib/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index e2697ab2ceb..acc0ac081a4 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -52,11 +52,6 @@ config CC_OPTIMIZE_LIBS_FOR_SPEED config CHARSET bool - 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 - different 'code pages'. config DYNAMIC_CRC_TABLE bool "Enable Dynamic tables for CRC" |
