lib: fix selection of CONFIG_CHARSET
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 2 May 2022 04:27:00 +0000 (06:27 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 3 May 2022 19:39:22 +0000 (21:39 +0200)
commitd30924f16bdceb4c34bfa1f230b04e91e28d5666
tree6ffa757143e7dfb4430f318f0c40bce07dd1e99e
parentc900a42eb0a82d3d7cd18f3255acf92dd9894b92
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 <heinrich.schuchardt@canonical.com>
drivers/ufs/Kconfig
lib/Kconfig
lib/efi/Kconfig
lib/efi_loader/Kconfig
test/Kconfig