c27207408252c4016a9715861e135c4e8a689c27
[oweals/u-boot.git] / drivers / ufs / Kconfig
1 menu "UFS Host Controller Support"
2
3 config 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.
9
10 config 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
17 endmenu