File tree Expand file tree Collapse file tree 3 files changed +1138
-0
lines changed Expand file tree Collapse file tree 3 files changed +1138
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,16 @@ config PINCTRL_MSM8916
90
90
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
91
91
Qualcomm TLMM block found on the Qualcomm 8916 platform.
92
92
93
+ config PINCTRL_MSM8976
94
+ tristate "Qualcomm 8976 pin controller driver"
95
+ depends on GPIOLIB && OF
96
+ select PINCTRL_MSM
97
+ help
98
+ This is the pinctrl, pinmux, pinconf and gpiolib driver for the
99
+ Qualcomm TLMM block found on the Qualcomm MSM8976 platform.
100
+ The Qualcomm MSM8956, APQ8056, APQ8076 platforms are also
101
+ supported by this driver.
102
+
93
103
config PINCTRL_MSM8994
94
104
tristate "Qualcomm 8994 pin controller driver"
95
105
depends on GPIOLIB && OF
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ obj-$(CONFIG_PINCTRL_MSM8660) += pinctrl-msm8660.o
10
10
obj-$(CONFIG_PINCTRL_MSM8960) += pinctrl-msm8960.o
11
11
obj-$(CONFIG_PINCTRL_MSM8X74) += pinctrl-msm8x74.o
12
12
obj-$(CONFIG_PINCTRL_MSM8916) += pinctrl-msm8916.o
13
+ obj-$(CONFIG_PINCTRL_MSM8976) += pinctrl-msm8976.o
13
14
obj-$(CONFIG_PINCTRL_MSM8994) += pinctrl-msm8994.o
14
15
obj-$(CONFIG_PINCTRL_MSM8996) += pinctrl-msm8996.o
15
16
obj-$(CONFIG_PINCTRL_MSM8998) += pinctrl-msm8998.o
You can’t perform that action at this time.
0 commit comments