aboutsummaryrefslogtreecommitdiff
path: root/drivers/ufs
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-05-02 06:27:00 +0200
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-05-03 21:39:22 +0200
commitd30924f16bdceb4c34bfa1f230b04e91e28d5666 (patch)
tree6ffa757143e7dfb4430f318f0c40bce07dd1e99e /drivers/ufs
parentc900a42eb0a82d3d7cd18f3255acf92dd9894b92 (diff)
downloadu-boot-d30924f16bdceb4c34bfa1f230b04e91e28d5666.zip
u-boot-d30924f16bdceb4c34bfa1f230b04e91e28d5666.tar.gz
u-boot-d30924f16bdceb4c34bfa1f230b04e91e28d5666.tar.bz2
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>
Diffstat (limited to 'drivers/ufs')
-rw-r--r--drivers/ufs/Kconfig1
1 files changed, 1 insertions, 0 deletions
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.