mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-28 10:01:29 +02:00
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>
25 lines
609 B
Plaintext
25 lines
609 B
Plaintext
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.
|
|
|
|
config CADENCE_UFS
|
|
bool "Cadence platform driver for UFS"
|
|
depends on UFS
|
|
help
|
|
This selects the platform driver for the Cadence UFS host
|
|
controller present on present TI's J721e devices.
|
|
|
|
config TI_J721E_UFS
|
|
bool "Glue Layer driver for UFS on TI J721E devices"
|
|
help
|
|
This selects the glue layer driver for Cadence controller
|
|
present on TI's J721E devices.
|
|
|
|
endmenu
|