Merge branches 'acpica-fixes', 'acpi-video' and 'acpi-processor'
[linux-2.6-block.git] / drivers / pinctrl / qcom / Kconfig
CommitLineData
69b78b8d
LW
1if (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
c4f6f9c0
GD
18config 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
e260d2bb
VN
26config 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
69b78b8d
LW
34config 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
6955e6b4
BA
42config PINCTRL_MSM8660
43 tristate "Qualcomm 8660 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 8660 platform.
49
69b78b8d
LW
50config PINCTRL_MSM8960
51 tristate "Qualcomm 8960 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 8960 platform.
57
58config PINCTRL_MSM8X74
59 tristate "Qualcomm 8x74 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 in the Qualcomm 8974 platform.
65
5373a2c5
JP
66config PINCTRL_MSM8916
67 tristate "Qualcomm 8916 pin controller driver"
68 depends on GPIOLIB && OF
69 select PINCTRL_MSM
70 help
71 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
72 Qualcomm TLMM block found on the Qualcomm 8916 platform.
73
d1b49b68
JP
74config PINCTRL_MSM8996
75 tristate "Qualcomm MSM8996 pin controller driver"
76 depends on GPIOLIB && OF
77 select PINCTRL_MSM
78 help
79 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
80 Qualcomm TLMM block found in the Qualcomm MSM8996 platform.
81
8f1338cd
TT
82config PINCTRL_QDF2XXX
83 tristate "Qualcomm Technologies QDF2xxx pin controller driver"
84 depends on GPIOLIB && ACPI
85 select PINCTRL_MSM
86 help
87 This is the GPIO driver for the TLMM block found on the
88 Qualcomm Technologies QDF2xxx SOCs.
89
eadff302 90config PINCTRL_QCOM_SPMI_PMIC
4afaee3c 91 tristate "Qualcomm SPMI PMIC pin controller driver"
eadff302
II
92 depends on GPIOLIB && OF && SPMI
93 select REGMAP_SPMI
94 select PINMUX
95 select PINCONF
96 select GENERIC_PINCONF
97 help
98 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
99 Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
100 which are using SPMI for communication with SoC. Example PMIC's
101 devices are pm8841, pm8941 and pma8084.
102
b4c45fe9 103config PINCTRL_QCOM_SSBI_PMIC
4afaee3c 104 tristate "Qualcomm SSBI PMIC pin controller driver"
b4c45fe9
BA
105 depends on GPIOLIB && OF
106 select PINMUX
107 select PINCONF
108 select GENERIC_PINCONF
109 help
110 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
111 Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
112 which are using SSBI for communication with SoC. Example PMIC's
113 devices are pm8058 and pm8921.
114
69b78b8d 115endif