Faiz Abbas | 7feafb0 | 2019-10-15 18:24:36 +0530 | [diff] [blame] | 1 | menu "UFS Host Controller Support" |
| 2 | |
| 3 | config UFS |
| 4 | bool "Support UFS controllers" |
| 5 | depends on DM_SCSI |
Heinrich Schuchardt | d30924f | 2022-05-02 06:27:00 +0200 | [diff] [blame] | 6 | select CHARSET |
Faiz Abbas | 7feafb0 | 2019-10-15 18:24:36 +0530 | [diff] [blame] | 7 | help |
| 8 | This selects support for Universal Flash Subsystem (UFS). |
| 9 | Say Y here if you want UFS Support. |
Faiz Abbas | ef5fb5a | 2019-10-15 18:24:37 +0530 | [diff] [blame] | 10 | |
| 11 | config 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 | |
Bhupesh Sharma | 068f06c | 2023-08-11 11:44:00 +0530 | [diff] [blame] | 18 | config QCOM_UFS |
| 19 | bool "Qualcomm Host Controller driver for UFS" |
| 20 | depends on UFS && ARCH_SNAPDRAGON |
| 21 | help |
| 22 | This selects the platform driver for the UFS host |
| 23 | controller present on Qualcomm Snapdragon SoCs. |
| 24 | |
Faiz Abbas | 4390eaf | 2019-10-15 18:24:38 +0530 | [diff] [blame] | 25 | config TI_J721E_UFS |
| 26 | bool "Glue Layer driver for UFS on TI J721E devices" |
| 27 | help |
| 28 | This selects the glue layer driver for Cadence controller |
| 29 | present on TI's J721E devices. |
| 30 | |
Marek Vasut | 19f627e | 2023-08-22 03:47:13 +0200 | [diff] [blame] | 31 | config UFS_RENESAS |
| 32 | bool "Renesas specific hooks to UFS controller platform driver" |
| 33 | depends on UFS |
| 34 | select BOUNCE_BUFFER |
| 35 | help |
| 36 | This selects the Renesas specific additions to UFSHCD platform driver. |
| 37 | UFS host on Renesas needs some vendor specific configuration before |
| 38 | accessing the hardware. |
| 39 | |
Faiz Abbas | 7feafb0 | 2019-10-15 18:24:36 +0530 | [diff] [blame] | 40 | endmenu |