File tree Expand file tree Collapse file tree 3 files changed +1054
-0
lines changed Expand file tree Collapse file tree 3 files changed +1054
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,11 @@ config PINCTRL_MT7622
127
127
default ARM64 && ARCH_MEDIATEK
128
128
select PINCTRL_MTK_MOORE
129
129
130
+ config PINCTRL_MT7981
131
+ bool "Mediatek MT7981 pin control"
132
+ depends on OF
133
+ select PINCTRL_MTK_MOORE
134
+
130
135
config PINCTRL_MT7986
131
136
bool "Mediatek MT7986 pin control"
132
137
depends on OF
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ obj-$(CONFIG_PINCTRL_MT6797) += pinctrl-mt6797.o
18
18
obj-$(CONFIG_PINCTRL_MT7622) += pinctrl-mt7622.o
19
19
obj-$(CONFIG_PINCTRL_MT7623) += pinctrl-mt7623.o
20
20
obj-$(CONFIG_PINCTRL_MT7629) += pinctrl-mt7629.o
21
+ obj-$(CONFIG_PINCTRL_MT7981) += pinctrl-mt7981.o
21
22
obj-$(CONFIG_PINCTRL_MT7986) += pinctrl-mt7986.o
22
23
obj-$(CONFIG_PINCTRL_MT8167) += pinctrl-mt8167.o
23
24
obj-$(CONFIG_PINCTRL_MT8173) += pinctrl-mt8173.o
You can’t perform that action at this time.
0 commit comments