2019-10-15 12:54:36 +00:00
|
|
|
menu "UFS Host Controller Support"
|
|
|
|
|
|
|
|
config UFS
|
|
|
|
bool "Support UFS controllers"
|
|
|
|
depends on DM_SCSI
|
|
|
|
help
|
|
|
|
This selects support for Universal Flash Subsystem (UFS).
|
|
|
|
Say Y here if you want UFS Support.
|
2019-10-15 12:54:37 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2019-10-15 12:54:38 +00:00
|
|
|
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.
|
|
|
|
|
2019-10-15 12:54:36 +00:00
|
|
|
endmenu
|