blob: 383263a92e59a41b227717f06c6b8712117d247c [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
Linus Walleij69b78b82014-07-09 13:55:12 +020026config PINCTRL_IPQ8064
27 tristate "Qualcomm IPQ8064 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 IPQ8064 platform.
33
Bjorn Andersson6955e6b2015-06-05 15:52:23 -070034config PINCTRL_MSM8660
35 tristate "Qualcomm 8660 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 8660 platform.
41
Linus Walleij69b78b82014-07-09 13:55:12 +020042config PINCTRL_MSM8960
43 tristate "Qualcomm 8960 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 the
48 Qualcomm TLMM block found in the Qualcomm 8960 platform.
49
50config PINCTRL_MSM8X74
51 tristate "Qualcomm 8x74 pin controller driver"
52 depends on GPIOLIB && OF
53 select PINCTRL_MSM
54 help
55 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
56 Qualcomm TLMM block found in the Qualcomm 8974 platform.
57
Joonwoo Park5373a2c2015-01-30 12:04:01 +020058config PINCTRL_MSM8916
59 tristate "Qualcomm 8916 pin controller driver"
60 depends on GPIOLIB && OF
61 select PINCTRL_MSM
62 help
63 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
64 Qualcomm TLMM block found on the Qualcomm 8916 platform.
65
Timur Tabi8f1338c2015-07-15 11:47:14 -050066config PINCTRL_QDF2XXX
67 tristate "Qualcomm Technologies QDF2xxx pin controller driver"
68 depends on GPIOLIB && ACPI
69 select PINCTRL_MSM
70 help
71 This is the GPIO driver for the TLMM block found on the
72 Qualcomm Technologies QDF2xxx SOCs.
73
Ivan T. Ivanoveadff302014-10-22 12:58:46 +030074config PINCTRL_QCOM_SPMI_PMIC
75 tristate "Qualcomm SPMI PMIC pin controller driver"
76 depends on GPIOLIB && OF && SPMI
77 select REGMAP_SPMI
78 select PINMUX
79 select PINCONF
80 select GENERIC_PINCONF
81 help
82 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
83 Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
84 which are using SPMI for communication with SoC. Example PMIC's
85 devices are pm8841, pm8941 and pma8084.
86
Bjorn Anderssonb4c45fe2015-07-14 23:40:35 -070087config PINCTRL_QCOM_SSBI_PMIC
88 tristate "Qualcomm SSBI PMIC pin controller driver"
89 depends on GPIOLIB && OF
90 select PINMUX
91 select PINCONF
92 select GENERIC_PINCONF
93 help
94 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
95 Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
96 which are using SSBI for communication with SoC. Example PMIC's
97 devices are pm8058 and pm8921.
98
Linus Walleij69b78b82014-07-09 13:55:12 +020099endif