Caleb Connolly | 506eb53 | 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 | |
| 23 | config PINCTRL_QCOM_QCS404 |
| 24 | bool "Qualcomm QCS404 GCC" |
| 25 | select PINCTRL_QCOM |
| 26 | help |
| 27 | Say Y here to enable support for pinctrl on the Snapdragon QCS404 SoC, |
| 28 | as well as the associated GPIO driver. |
| 29 | |
| 30 | config PINCTRL_QCOM_SDM845 |
| 31 | bool "Qualcomm SDM845 GCC" |
| 32 | select PINCTRL_QCOM |
| 33 | help |
| 34 | Say Y here to enable support for pinctrl on the Snapdragon 845 SoC, |
| 35 | as well as the associated GPIO driver. |
| 36 | |
| 37 | endmenu |
| 38 | |
| 39 | endif |