Caleb Connolly | b009e7e | 2023-11-14 12:55:40 +0000 | [diff] [blame] | 1 | if ARCH_SNAPDRAGON |
| 2 | |
| 3 | config PINCTRL_QCOM |
| 4 | depends on PINCTRL_GENERIC |
| 5 | def_bool n |
| 6 | |
| 7 | menu "Qualcomm pinctrl drivers" |
| 8 | |
| 9 | config PINCTRL_QCOM_APQ8016 |
| 10 | bool "Qualcomm APQ8016 GCC" |
| 11 | select PINCTRL_QCOM |
| 12 | help |
| 13 | Say Y here to enable support for pinctrl on the MSM8916 / APQ8016 |
| 14 | Snapdragon 410 SoC, as well as the associated GPIO driver. |
| 15 | |
| 16 | config PINCTRL_QCOM_APQ8096 |
| 17 | bool "Qualcomm APQ8096 GCC" |
| 18 | select PINCTRL_QCOM |
| 19 | help |
| 20 | Say Y here to enable support for pinctrl on the MSM8996 / APQ8096 |
| 21 | Snapdragon 820 SoC, as well as the associated GPIO driver. |
| 22 | |
Caleb Connolly | 75ac9c6 | 2023-11-14 12:55:41 +0000 | [diff] [blame] | 23 | config PINCTRL_QCOM_IPQ4019 |
| 24 | bool "Qualcomm IPQ4019 GCC" |
| 25 | select PINCTRL_QCOM |
| 26 | help |
| 27 | Say Y here to enable support for pinctrl on the IPQ4019 SoC, |
| 28 | as well as the associated GPIO driver. |
| 29 | |
Caleb Connolly | bb73990 | 2023-10-03 11:57:54 +0100 | [diff] [blame] | 30 | config PINCTRL_QCOM_QCM2290 |
| 31 | bool "Qualcomm QCM2290 GCC" |
| 32 | select PINCTRL_QCOM |
| 33 | help |
| 34 | Say Y here to enable support for pinctrl on the Snapdragon QCM2290 SoC, |
| 35 | as well as the associated GPIO driver. |
| 36 | |
Caleb Connolly | b009e7e | 2023-11-14 12:55:40 +0000 | [diff] [blame] | 37 | config PINCTRL_QCOM_QCS404 |
| 38 | bool "Qualcomm QCS404 GCC" |
| 39 | select PINCTRL_QCOM |
| 40 | help |
| 41 | Say Y here to enable support for pinctrl on the Snapdragon QCS404 SoC, |
| 42 | as well as the associated GPIO driver. |
| 43 | |
| 44 | config PINCTRL_QCOM_SDM845 |
| 45 | bool "Qualcomm SDM845 GCC" |
| 46 | select PINCTRL_QCOM |
| 47 | help |
| 48 | Say Y here to enable support for pinctrl on the Snapdragon 845 SoC, |
| 49 | as well as the associated GPIO driver. |
| 50 | |
Caleb Connolly | 8c03174 | 2023-10-03 11:58:44 +0100 | [diff] [blame] | 51 | config PINCTRL_QCOM_SM6115 |
| 52 | bool "Qualcomm SM6115 GCC" |
| 53 | select PINCTRL_QCOM |
| 54 | help |
| 55 | Say Y here to enable support for pinctrl on the Snapdragon SM6115 SoC, |
| 56 | as well as the associated GPIO driver. |
| 57 | |
Caleb Connolly | 733b86f | 2023-10-03 11:59:32 +0100 | [diff] [blame] | 58 | config PINCTRL_QCOM_SM8250 |
| 59 | bool "Qualcomm SM8250 GCC" |
| 60 | select PINCTRL_QCOM |
| 61 | help |
| 62 | Say Y here to enable support for pinctrl on the Snapdragon SM8250 SoC, |
| 63 | as well as the associated GPIO driver. |
| 64 | |
Caleb Connolly | b009e7e | 2023-11-14 12:55:40 +0000 | [diff] [blame] | 65 | endmenu |
| 66 | |
| 67 | endif |