Faiz Abbas | 5cc5107 | 2019-10-15 18:24:36 +0530 | [diff] [blame] | 1 | menu "UFS Host Controller Support" |
| 2 | |
| 3 | config UFS |
| 4 | bool "Support UFS controllers" |
Tom Rini | 15a2ab5 | 2023-10-27 20:59:51 -0400 | [diff] [blame] | 5 | depends on SCSI |
Heinrich Schuchardt | 013aabb | 2022-05-02 06:27:00 +0200 | [diff] [blame] | 6 | select CHARSET |
Faiz Abbas | 5cc5107 | 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 | 204b2c2 | 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 | |
Bin Meng | cc5801d | 2023-10-11 21:15:50 +0800 | [diff] [blame] | 18 | config UFS_PCI |
| 19 | bool "PCI bus based UFS Controller support" |
| 20 | depends on PCI && UFS |
| 21 | help |
| 22 | This selects the PCI UFS Host Controller Interface. Select this if |
| 23 | you have UFS Host Controller with PCI Interface. |
| 24 | |
| 25 | If you have a controller with this interface, say Y here. |
| 26 | |
| 27 | If unsure, say N. |
| 28 | |
Bhupesh Sharma | 90b214e | 2024-09-10 11:50:13 +0200 | [diff] [blame] | 29 | config QCOM_UFS |
| 30 | bool "Qualcomm Host Controller driver for UFS" |
| 31 | depends on UFS && ARCH_SNAPDRAGON |
| 32 | help |
| 33 | This selects the platform driver for the UFS host |
| 34 | controller present on Qualcomm Snapdragon SoCs. |
| 35 | |
Faiz Abbas | f59396a | 2019-10-15 18:24:38 +0530 | [diff] [blame] | 36 | config TI_J721E_UFS |
| 37 | bool "Glue Layer driver for UFS on TI J721E devices" |
| 38 | help |
| 39 | This selects the glue layer driver for Cadence controller |
| 40 | present on TI's J721E devices. |
| 41 | |
Marek Vasut | b8cab56 | 2023-08-22 03:47:13 +0200 | [diff] [blame] | 42 | config UFS_RENESAS |
| 43 | bool "Renesas specific hooks to UFS controller platform driver" |
| 44 | depends on UFS |
| 45 | select BOUNCE_BUFFER |
| 46 | help |
| 47 | This selects the Renesas specific additions to UFSHCD platform driver. |
| 48 | UFS host on Renesas needs some vendor specific configuration before |
| 49 | accessing the hardware. |
| 50 | |
Venkatesh Yadav Abbarapu | fb59d47 | 2024-09-20 09:46:50 +0530 | [diff] [blame] | 51 | config UFS_AMD_VERSAL2 |
| 52 | bool "AMD Versal Gen 2 UFS controller platform driver" |
| 53 | depends on UFS && ZYNQMP_FIRMWARE |
| 54 | help |
| 55 | This selects the AMD specific additions to UFSHCD platform driver. |
| 56 | UFS host on AMD needs some vendor specific configuration before accessing |
| 57 | the hardware. |
| 58 | |
Faiz Abbas | 5cc5107 | 2019-10-15 18:24:36 +0530 | [diff] [blame] | 59 | endmenu |