blob: fcaaa92d76df52da5f1c3c466c47a34059e18c95 [file] [log] [blame]
Linus Walleij69b78b82014-07-09 13:55:12 +02001if (ARCH_QCOM || COMPILE_TEST)
2
3config PINCTRL_MSM
4 bool
5 select PINMUX
6 select PINCONF
7 select GENERIC_PINCONF
8 select GPIOLIB_IRQCHIP
9
10config PINCTRL_APQ8064
11 tristate "Qualcomm APQ8064 pin controller driver"
12 depends on GPIOLIB && OF
13 select PINCTRL_MSM
14 help
15 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
16 Qualcomm TLMM block found in the Qualcomm APQ8064 platform.
17
Georgi Djakovc4f6f9c2014-09-03 19:28:13 +030018config PINCTRL_APQ8084
19 tristate "Qualcomm APQ8084 pin controller driver"
20 depends on GPIOLIB && OF
21 select PINCTRL_MSM
22 help
23 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
24 Qualcomm TLMM block found in the Qualcomm APQ8084 platform.
25
Varadarajan Narayanane260d2b2015-11-19 17:19:28 -060026config PINCTRL_IPQ4019
27 tristate "Qualcomm IPQ4019 pin controller driver"
28 depends on GPIOLIB && OF
29 select PINCTRL_MSM
30 help
31 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
32 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform.
33
Linus Walleij69b78b82014-07-09 13:55:12 +020034config PINCTRL_IPQ8064
35 tristate "Qualcomm IPQ8064 pin controller driver"
36 depends on GPIOLIB && OF
37 select PINCTRL_MSM
38 help
39 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
40 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform.
41
Varadarajan Narayanand2a2c802017-06-09 15:02:58 +053042config PINCTRL_IPQ8074
43 tristate "Qualcomm Technologies, Inc. IPQ8074 pin controller driver"
44 depends on GPIOLIB && OF
45 select PINCTRL_MSM
46 help
47 This is the pinctrl, pinmux, pinconf and gpiolib driver for
48 the Qualcomm Technologies Inc. TLMM block found on the
49 Qualcomm Technologies Inc. IPQ8074 platform. Select this for
50 IPQ8074.
51
Bjorn Andersson6955e6b2015-06-05 15:52:23 -070052config PINCTRL_MSM8660
53 tristate "Qualcomm 8660 pin controller driver"
54 depends on GPIOLIB && OF
55 select PINCTRL_MSM
56 help
57 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
58 Qualcomm TLMM block found in the Qualcomm 8660 platform.
59
Linus Walleij69b78b82014-07-09 13:55:12 +020060config PINCTRL_MSM8960
61 tristate "Qualcomm 8960 pin controller driver"
62 depends on GPIOLIB && OF
63 select PINCTRL_MSM
64 help
65 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
66 Qualcomm TLMM block found in the Qualcomm 8960 platform.
67
Neil Armstrong8b37e88c2016-06-17 12:15:34 +020068config PINCTRL_MDM9615
69 tristate "Qualcomm 9615 pin controller driver"
70 depends on GPIOLIB && OF
71 select PINCTRL_MSM
72 help
73 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
74 Qualcomm TLMM block found in the Qualcomm 9615 platform.
75
Linus Walleij69b78b82014-07-09 13:55:12 +020076config PINCTRL_MSM8X74
77 tristate "Qualcomm 8x74 pin controller driver"
78 depends on GPIOLIB && OF
79 select PINCTRL_MSM
80 help
81 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
82 Qualcomm TLMM block found in the Qualcomm 8974 platform.
83
Joonwoo Park5373a2c2015-01-30 12:04:01 +020084config PINCTRL_MSM8916
85 tristate "Qualcomm 8916 pin controller driver"
86 depends on GPIOLIB && OF
87 select PINCTRL_MSM
88 help
89 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
90 Qualcomm TLMM block found on the Qualcomm 8916 platform.
91
Michael Scott465e4212016-11-03 14:15:26 -070092config PINCTRL_MSM8994
93 tristate "Qualcomm 8994 pin controller driver"
94 depends on GPIOLIB && OF
95 select PINCTRL_MSM
96 help
97 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
98 Qualcomm TLMM block found in the Qualcomm 8994 platform. The
99 Qualcomm 8992 platform is also supported by this driver.
100
Joonwoo Parkd1b49b62015-11-17 16:35:46 -0800101config PINCTRL_MSM8996
102 tristate "Qualcomm MSM8996 pin controller driver"
103 depends on GPIOLIB && OF
104 select PINCTRL_MSM
105 help
106 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
107 Qualcomm TLMM block found in the Qualcomm MSM8996 platform.
108
Khan, Imrana3a093a2018-01-07 18:15:30 -0800109config PINCTRL_MSM8998
110 tristate "Qualcomm MSM8998 pin controller driver"
111 depends on GPIOLIB && OF
112 select PINCTRL_MSM
113 help
114 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
115 Qualcomm TLMM block found in the Qualcomm MSM8998 platform.
116
Timur Tabi8f1338c2015-07-15 11:47:14 -0500117config PINCTRL_QDF2XXX
118 tristate "Qualcomm Technologies QDF2xxx pin controller driver"
119 depends on GPIOLIB && ACPI
120 select PINCTRL_MSM
121 help
122 This is the GPIO driver for the TLMM block found on the
123 Qualcomm Technologies QDF2xxx SOCs.
124
Ivan T. Ivanoveadff302014-10-22 12:58:46 +0300125config PINCTRL_QCOM_SPMI_PMIC
Stephen Boyd4afaee32016-01-06 17:12:49 -0800126 tristate "Qualcomm SPMI PMIC pin controller driver"
Ivan T. Ivanoveadff302014-10-22 12:58:46 +0300127 depends on GPIOLIB && OF && SPMI
128 select REGMAP_SPMI
129 select PINMUX
130 select PINCONF
131 select GENERIC_PINCONF
132 help
133 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
134 Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
135 which are using SPMI for communication with SoC. Example PMIC's
136 devices are pm8841, pm8941 and pma8084.
137
Bjorn Anderssonb4c45fe2015-07-14 23:40:35 -0700138config PINCTRL_QCOM_SSBI_PMIC
Stephen Boyd4afaee32016-01-06 17:12:49 -0800139 tristate "Qualcomm SSBI PMIC pin controller driver"
Bjorn Anderssonb4c45fe2015-07-14 23:40:35 -0700140 depends on GPIOLIB && OF
141 select PINMUX
142 select PINCONF
143 select GENERIC_PINCONF
144 help
145 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
146 Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
147 which are using SSBI for communication with SoC. Example PMIC's
148 devices are pm8058 and pm8921.
149
Linus Walleij69b78b82014-07-09 13:55:12 +0200150endif