From d30924f16bdceb4c34bfa1f230b04e91e28d5666 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Mon, 2 May 2022 06:27:00 +0200 Subject: 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 --- test/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/Kconfig b/test/Kconfig index e15ba239eb3..7f3447ae5ac 100644 --- a/test/Kconfig +++ b/test/Kconfig @@ -91,6 +91,7 @@ config UT_UNICODE bool "Unit tests for Unicode functions" depends on UNIT_TEST default y + select CHARSET help Enables the 'ut unicode' command which tests that the functions for manipulating Unicode strings work correctly. -- cgit v1.3.1