File tree Expand file tree Collapse file tree 4 files changed +2875
-0
lines changed Expand file tree Collapse file tree 4 files changed +2875
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,18 @@ config PINCTRL_MT6765
93
93
default ARM64 && ARCH_MEDIATEK
94
94
select PINCTRL_MTK_PARIS
95
95
96
+ config PINCTRL_MT6779
97
+ tristate "Mediatek MT6779 pin control"
98
+ depends on OF
99
+ depends on ARM64 || COMPILE_TEST
100
+ default ARM64 && ARCH_MEDIATEK
101
+ select PINCTRL_MTK_PARIS
102
+ help
103
+ Say yes here to support pin controller and gpio driver
104
+ on Mediatek MT6779 SoC.
105
+ In MTK platform, we support virtual gpio and use it to
106
+ map specific eint which doesn't have real gpio pin.
107
+
96
108
config PINCTRL_MT6797
97
109
bool "Mediatek MT6797 pin control"
98
110
depends on OF
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ obj-$(CONFIG_PINCTRL_MT2712) += pinctrl-mt2712.o
12
12
obj-$(CONFIG_PINCTRL_MT8135) += pinctrl-mt8135.o
13
13
obj-$(CONFIG_PINCTRL_MT8127) += pinctrl-mt8127.o
14
14
obj-$(CONFIG_PINCTRL_MT6765) += pinctrl-mt6765.o
15
+ obj-$(CONFIG_PINCTRL_MT6779) += pinctrl-mt6779.o
15
16
obj-$(CONFIG_PINCTRL_MT6797) += pinctrl-mt6797.o
16
17
obj-$(CONFIG_PINCTRL_MT7622) += pinctrl-mt7622.o
17
18
obj-$(CONFIG_PINCTRL_MT7623) += pinctrl-mt7623.o
You can’t perform that action at this time.
0 commit comments