summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/qcom/Kconfig
blob: f4a3942ee2f65de3fb29745f3a0b8930036a06f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
if ARCH_SNAPDRAGON || ARCH_IPQ40XX

config PINCTRL_QCOM
	depends on PINCTRL_GENERIC
	def_bool n

menu "Qualcomm pinctrl drivers"

config PINCTRL_QCOM_APQ8016
	bool "Qualcomm APQ8016 Pinctrl"
	select PINCTRL_QCOM
	help
	  Say Y here to enable support for pinctrl on the MSM8916 / APQ8016
	  Snapdragon 410 SoC, as well as the associated GPIO driver.

config PINCTRL_QCOM_APQ8096
	bool "Qualcomm APQ8096 Pinctrl"
	select PINCTRL_QCOM
	help
	  Say Y here to enable support for pinctrl on the MSM8996 / APQ8096
	  Snapdragon 820 SoC, as well as the associated GPIO driver.

config PINCTRL_QCOM_IPQ4019
	bool "Qualcomm IPQ4019 Pinctrl"
	select PINCTRL_QCOM
	help
	  Say Y here to enable support for pinctrl on the IPQ4019 SoC,
	  as well as the associated GPIO driver.

config PINCTRL_QCOM_IPQ9574
	bool "Qualcomm IPQ9574 Pinctrl"
	select PINCTRL_QCOM
	help
	  Say Y here to enable support for pinctrl on the IPQ9574 SoC,
	  as well as the associated GPIO driver.

config PINCTRL_QCOM_QCM2290
	bool "Qualcomm QCM2290 Pinctrl"
	select PINCTRL_QCOM
	help
	  Say Y here to enable support for pinctrl on the Snapdragon QCM2290 SoC,
	  as well as the associated GPIO driver.

config PINCTRL_QCOM_QCS404
	bool "Qualcomm QCS404 Pinctrl"
	select PINCTRL_QCOM
	help
	  Say Y here to enable support for pinctrl on the Snapdragon QCS404 SoC,
	  as well as the associated GPIO driver.

config PINCTRL_QCOM_SC7280
	bool "Qualcomm SC7280/QCM6490 Pinctrl"
	select PINCTRL_QCOM
	help
	  Say Y here to enable support for pinctrl on the Snapdragon SC7280 SoC,
	  as well as the associated GPIO driver.

config PINCTRL_QCOM_SDM845
	bool "Qualcomm SDM845 Pinctrl"
	select PINCTRL_QCOM
	help
	  Say Y here to enable support for pinctrl on the Snapdragon 845 SoC,
	  as well as the associated GPIO driver.

config PINCTRL_QCOM_SM6115
	bool "Qualcomm SM6115 Pinctrl"
	select PINCTRL_QCOM
	help
	  Say Y here to enable support for pinctrl on the Snapdragon SM6115 SoC,
	  as well as the associated GPIO driver.

config PINCTRL_QCOM_SM8150
	bool "Qualcomm SM8150 Pinctrl"
	select PINCTRL_QCOM
	help
	  Say Y here to enable support for pinctrl on the Snapdragon SM8150 SoC,
	  as well as the associated GPIO driver.

config PINCTRL_QCOM_SM8250
	bool "Qualcomm SM8250 Pinctrl"
	select PINCTRL_QCOM
	help
	  Say Y here to enable support for pinctrl on the Snapdragon SM8250 SoC,
	  as well as the associated GPIO driver.

config PINCTRL_QCOM_SM8550
	bool "Qualcomm SM8550 Pinctrl"
	select PINCTRL_QCOM
	help
	  Say Y here to enable support for pinctrl on the Snapdragon SM8550 SoC,
	  as well as the associated GPIO driver.

config PINCTRL_QCOM_SM8650
	bool "Qualcomm SM8650 Pinctrl"
	select PINCTRL_QCOM
	help
	  Say Y here to enable support for pinctrl on the Snapdragon SM8650 SoC,
	  as well as the associated GPIO driver.

config PINCTRL_QCOM_X1E80100
	bool "Qualcomm X1E80100 Pinctrl"
	select PINCTRL_QCOM
	help
	  Say Y here to enable support for pinctrl on the Snapdragon X1E80100 SoC,
	  as well as the associated GPIO driver.

endmenu

endif