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 --- drivers/ufs/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/ufs') diff --git a/drivers/ufs/Kconfig b/drivers/ufs/Kconfig index c2aafd3..69ea18e 100644 --- a/drivers/ufs/Kconfig +++ b/drivers/ufs/Kconfig @@ -3,6 +3,7 @@ menu "UFS Host Controller Support" config UFS bool "Support UFS controllers" depends on DM_SCSI + select CHARSET help This selects support for Universal Flash Subsystem (UFS). Say Y here if you want UFS Support. -- cgit v1.1