]> git.ipfire.org Git - thirdparty/u-boot.git/blame - drivers/ufs/Kconfig
ufs: ufs-renesas: Add support for Renesas R-Car UFS controller
[thirdparty/u-boot.git] / drivers / ufs / Kconfig
CommitLineData
7feafb0a
FA
1menu "UFS Host Controller Support"
2
3config UFS
4 bool "Support UFS controllers"
5 depends on DM_SCSI
d30924f1 6 select CHARSET
7feafb0a
FA
7 help
8 This selects support for Universal Flash Subsystem (UFS).
9 Say Y here if you want UFS Support.
ef5fb5a8
FA
10
11config CADENCE_UFS
12 bool "Cadence platform driver for UFS"
13 depends on UFS
14 help
15 This selects the platform driver for the Cadence UFS host
16 controller present on present TI's J721e devices.
17
4390eaf6
FA
18config TI_J721E_UFS
19 bool "Glue Layer driver for UFS on TI J721E devices"
20 help
21 This selects the glue layer driver for Cadence controller
22 present on TI's J721E devices.
23
19f627ec
MV
24config UFS_RENESAS
25 bool "Renesas specific hooks to UFS controller platform driver"
26 depends on UFS
27 select BOUNCE_BUFFER
28 help
29 This selects the Renesas specific additions to UFSHCD platform driver.
30 UFS host on Renesas needs some vendor specific configuration before
31 accessing the hardware.
32
7feafb0a 33endmenu