blob: 103ab05ed26e4b1808e34ca0b04ae556c2816c9e [file] [log] [blame]
Robert Markod0492f62024-04-22 13:43:24 +02001if ARCH_SNAPDRAGON || ARCH_IPQ40XX
Caleb Connolly506eb532023-11-14 12:55:40 +00002
3config PINCTRL_QCOM
4 depends on PINCTRL_GENERIC
5 def_bool n
6
7menu "Qualcomm pinctrl drivers"
8
9config 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
16config 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 Connollycdc0d082023-11-14 12:55:41 +000023config 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
Varadarajan Narayanan44891d52025-02-26 12:15:03 +053030config PINCTRL_QCOM_IPQ9574
31 bool "Qualcomm IPQ9574 Pinctrl"
32 select PINCTRL_QCOM
33 help
34 Say Y here to enable support for pinctrl on the IPQ9574 SoC,
35 as well as the associated GPIO driver.
36
Caleb Connolly0f496132024-04-10 19:52:36 +020037config PINCTRL_QCOM_QCM2290
38 bool "Qualcomm QCM2290 GCC"
39 select PINCTRL_QCOM
40 help
41 Say Y here to enable support for pinctrl on the Snapdragon QCM2290 SoC,
42 as well as the associated GPIO driver.
43
Caleb Connolly506eb532023-11-14 12:55:40 +000044config PINCTRL_QCOM_QCS404
45 bool "Qualcomm QCS404 GCC"
46 select PINCTRL_QCOM
47 help
48 Say Y here to enable support for pinctrl on the Snapdragon QCS404 SoC,
49 as well as the associated GPIO driver.
50
Caleb Connollyc3687392025-01-22 16:02:51 +010051config PINCTRL_QCOM_SC7280
52 bool "Qualcomm SC7280/QCM6490 Pinctrl"
53 select PINCTRL_QCOM
54 help
55 Say Y here to enable support for pinctrl on the Snapdragon SC7280 SoC,
56 as well as the associated GPIO driver.
57
Caleb Connolly506eb532023-11-14 12:55:40 +000058config PINCTRL_QCOM_SDM845
59 bool "Qualcomm SDM845 GCC"
60 select PINCTRL_QCOM
61 help
62 Say Y here to enable support for pinctrl on the Snapdragon 845 SoC,
63 as well as the associated GPIO driver.
64
Caleb Connolly7cf77da2024-04-10 19:52:37 +020065config PINCTRL_QCOM_SM6115
66 bool "Qualcomm SM6115 GCC"
67 select PINCTRL_QCOM
68 help
69 Say Y here to enable support for pinctrl on the Snapdragon SM6115 SoC,
70 as well as the associated GPIO driver.
71
Julius Lehmannc6e37482024-09-11 19:13:10 +020072config PINCTRL_QCOM_SM8150
73 bool "Qualcomm SM8150 GCC"
74 select PINCTRL_QCOM
75 help
76 Say Y here to enable support for pinctrl on the Snapdragon SM8150 SoC,
77 as well as the associated GPIO driver.
78
Caleb Connolly022ba9b2024-04-10 19:52:38 +020079config PINCTRL_QCOM_SM8250
80 bool "Qualcomm SM8250 GCC"
81 select PINCTRL_QCOM
82 help
83 Say Y here to enable support for pinctrl on the Snapdragon SM8250 SoC,
84 as well as the associated GPIO driver.
85
Neil Armstrongf0f7ff82024-04-05 10:15:10 +020086config PINCTRL_QCOM_SM8550
87 bool "Qualcomm SM8550 GCC"
88 select PINCTRL_QCOM
89 help
90 Say Y here to enable support for pinctrl on the Snapdragon SM8550 SoC,
91 as well as the associated GPIO driver.
92
Neil Armstrong06534722024-04-05 10:15:11 +020093config PINCTRL_QCOM_SM8650
94 bool "Qualcomm SM8650 GCC"
95 select PINCTRL_QCOM
96 help
97 Say Y here to enable support for pinctrl on the Snapdragon SM8650 SoC,
Julius Lehmannc6e37482024-09-11 19:13:10 +020098 as well as the associated GPIO driver.
Neil Armstrong06534722024-04-05 10:15:11 +020099
Neil Armstrong159dc0c2024-11-15 16:44:15 +0100100config PINCTRL_QCOM_X1E80100
101 bool "Qualcomm X1E80100 GCC"
102 select PINCTRL_QCOM
103 help
104 Say Y here to enable support for pinctrl on the Snapdragon X1E80100 SoC,
105 as well as the associated GPIO driver.
106
Caleb Connolly506eb532023-11-14 12:55:40 +0000107endmenu
108
109endif