File tree Expand file tree Collapse file tree 4 files changed +4165
-0
lines changed Expand file tree Collapse file tree 4 files changed +4165
-0
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,18 @@ config PINCTRL_MT8188
259
259
In MTK platform, we support virtual gpio and use it to
260
260
map specific eint which doesn't have real gpio pin.
261
261
262
+ config PINCTRL_MT8189
263
+ bool "MediaTek MT8189 pin control"
264
+ depends on OF
265
+ depends on ARM64 || COMPILE_TEST
266
+ default ARM64 && ARCH_MEDIATEK
267
+ select PINCTRL_MTK_PARIS
268
+ help
269
+ Say yes here to support pin controller and gpio driver
270
+ on MediaTek MT8189 SoC.
271
+ In MTK platform, we support virtual gpio and use it to
272
+ map specific eint which doesn't have real gpio pin.
273
+
262
274
config PINCTRL_MT8192
263
275
bool "MediaTek MT8192 pin control"
264
276
depends on OF
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ obj-$(CONFIG_PINCTRL_MT8173) += pinctrl-mt8173.o
35
35
obj-$(CONFIG_PINCTRL_MT8183) += pinctrl-mt8183.o
36
36
obj-$(CONFIG_PINCTRL_MT8186) += pinctrl-mt8186.o
37
37
obj-$(CONFIG_PINCTRL_MT8188) += pinctrl-mt8188.o
38
+ obj-$(CONFIG_PINCTRL_MT8189) += pinctrl-mt8189.o
38
39
obj-$(CONFIG_PINCTRL_MT8192) += pinctrl-mt8192.o
39
40
obj-$(CONFIG_PINCTRL_MT8195) += pinctrl-mt8195.o
40
41
obj-$(CONFIG_PINCTRL_MT8196) += pinctrl-mt8196.o
You can’t perform that action at this time.
0 commit comments