linuxOS_AP06/u-boot/drivers/ufs/Kconfig
2025-06-03 12:28:32 +08:00

52 lines
1.5 KiB
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.
config ROCKCHIP_UFS
bool "Rockchip specific hooks to UFS controller platform driver"
depends on UFS
help
This selects the Rockchip specific additions to UFSHCD platform driver.
UFS host on Rockchip needs some vendor specific configuration before
accessing the hardware which includes PHY configuration and vendor
specific registers.
Select this if you have UFS controller on Rockchip chipset.
If unsure, say N.
config ROCKCHIP_UFS_RPMB
bool "Support UFS replay protected memory block (RPMB)"
depends on UFS && ROCKCHIP_UFS
default y
help
Enable support for reading, writing and programming the
key for the Replay Protection Memory Block partition in UFS.
config ROCKCHIP_UFS_DISABLED_LINKUP_TEST
bool "Rockchip ufs disabled linkup test"
depends on ROCKCHIP_UFS
default N
help
This selects to disabled linkup test for mphy power supply.
endmenu