blob: c27207408252c4016a9715861e135c4e8a689c27 [file] [log] [blame]
Faiz Abbas7feafb02019-10-15 18:24:36 +05301menu "UFS Host Controller Support"
2
3config UFS
4 bool "Support UFS controllers"
5 depends on DM_SCSI
6 help
7 This selects support for Universal Flash Subsystem (UFS).
8 Say Y here if you want UFS Support.
Faiz Abbasef5fb5a2019-10-15 18:24:37 +05309
10config CADENCE_UFS
11 bool "Cadence platform driver for UFS"
12 depends on UFS
13 help
14 This selects the platform driver for the Cadence UFS host
15 controller present on present TI's J721e devices.
16
Faiz Abbas7feafb02019-10-15 18:24:36 +053017endmenu