Skip to content

Commit 6de67ca

Browse files
arinc9linusw
authored andcommitted
pinctrl: mediatek: fix naming inconsistency
Some options include "MediaTek", some "Mediatek". Rename all to "MediaTek" to address the naming inconsistency. Signed-off-by: Arınç ÜNAL <[email protected]> Reviewed-by: Daniel Golle <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent c0ad453 commit 6de67ca

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

drivers/pinctrl/mediatek/Kconfig

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,35 +45,35 @@ config PINCTRL_MTK_PARIS
4545

4646
# For ARMv7 SoCs
4747
config PINCTRL_MT2701
48-
bool "Mediatek MT2701 pin control"
48+
bool "MediaTek MT2701 pin control"
4949
depends on MACH_MT7623 || MACH_MT2701 || COMPILE_TEST
5050
depends on OF
5151
default MACH_MT2701
5252
select PINCTRL_MTK
5353

5454
config PINCTRL_MT7623
55-
bool "Mediatek MT7623 pin control with generic binding"
55+
bool "MediaTek MT7623 pin control with generic binding"
5656
depends on MACH_MT7623 || COMPILE_TEST
5757
depends on OF
5858
default MACH_MT7623
5959
select PINCTRL_MTK_MOORE
6060

6161
config PINCTRL_MT7629
62-
bool "Mediatek MT7629 pin control"
62+
bool "MediaTek MT7629 pin control"
6363
depends on MACH_MT7629 || COMPILE_TEST
6464
depends on OF
6565
default MACH_MT7629
6666
select PINCTRL_MTK_MOORE
6767

6868
config PINCTRL_MT8135
69-
bool "Mediatek MT8135 pin control"
69+
bool "MediaTek MT8135 pin control"
7070
depends on MACH_MT8135 || COMPILE_TEST
7171
depends on OF
7272
default MACH_MT8135
7373
select PINCTRL_MTK
7474

7575
config PINCTRL_MT8127
76-
bool "Mediatek MT8127 pin control"
76+
bool "MediaTek MT8127 pin control"
7777
depends on MACH_MT8127 || COMPILE_TEST
7878
depends on OF
7979
default MACH_MT8127
@@ -88,33 +88,33 @@ config PINCTRL_MT2712
8888
select PINCTRL_MTK
8989

9090
config PINCTRL_MT6765
91-
tristate "Mediatek MT6765 pin control"
91+
tristate "MediaTek MT6765 pin control"
9292
depends on OF
9393
depends on ARM64 || COMPILE_TEST
9494
default ARM64 && ARCH_MEDIATEK
9595
select PINCTRL_MTK_PARIS
9696

9797
config PINCTRL_MT6779
98-
tristate "Mediatek MT6779 pin control"
98+
tristate "MediaTek MT6779 pin control"
9999
depends on OF
100100
depends on ARM64 || COMPILE_TEST
101101
default ARM64 && ARCH_MEDIATEK
102102
select PINCTRL_MTK_PARIS
103103
help
104104
Say yes here to support pin controller and gpio driver
105-
on Mediatek MT6779 SoC.
105+
on MediaTek MT6779 SoC.
106106
In MTK platform, we support virtual gpio and use it to
107107
map specific eint which doesn't have real gpio pin.
108108

109109
config PINCTRL_MT6795
110-
bool "Mediatek MT6795 pin control"
110+
bool "MediaTek MT6795 pin control"
111111
depends on OF
112112
depends on ARM64 || COMPILE_TEST
113113
default ARM64 && ARCH_MEDIATEK
114114
select PINCTRL_MTK_PARIS
115115

116116
config PINCTRL_MT6797
117-
bool "Mediatek MT6797 pin control"
117+
bool "MediaTek MT6797 pin control"
118118
depends on OF
119119
depends on ARM64 || COMPILE_TEST
120120
default ARM64 && ARCH_MEDIATEK
@@ -128,42 +128,42 @@ config PINCTRL_MT7622
128128
select PINCTRL_MTK_MOORE
129129

130130
config PINCTRL_MT7981
131-
bool "Mediatek MT7981 pin control"
131+
bool "MediaTek MT7981 pin control"
132132
depends on OF
133133
depends on ARM64 || COMPILE_TEST
134134
default ARM64 && ARCH_MEDIATEK
135135
select PINCTRL_MTK_MOORE
136136

137137
config PINCTRL_MT7986
138-
bool "Mediatek MT7986 pin control"
138+
bool "MediaTek MT7986 pin control"
139139
depends on OF
140140
depends on ARM64 || COMPILE_TEST
141141
default ARM64 && ARCH_MEDIATEK
142142
select PINCTRL_MTK_MOORE
143143

144144
config PINCTRL_MT8167
145-
bool "Mediatek MT8167 pin control"
145+
bool "MediaTek MT8167 pin control"
146146
depends on OF
147147
depends on ARM64 || COMPILE_TEST
148148
default ARM64 && ARCH_MEDIATEK
149149
select PINCTRL_MTK
150150

151151
config PINCTRL_MT8173
152-
bool "Mediatek MT8173 pin control"
152+
bool "MediaTek MT8173 pin control"
153153
depends on OF
154154
depends on ARM64 || COMPILE_TEST
155155
default ARM64 && ARCH_MEDIATEK
156156
select PINCTRL_MTK
157157

158158
config PINCTRL_MT8183
159-
bool "Mediatek MT8183 pin control"
159+
bool "MediaTek MT8183 pin control"
160160
depends on OF
161161
depends on ARM64 || COMPILE_TEST
162162
default ARM64 && ARCH_MEDIATEK
163163
select PINCTRL_MTK_PARIS
164164

165165
config PINCTRL_MT8186
166-
bool "Mediatek MT8186 pin control"
166+
bool "MediaTek MT8186 pin control"
167167
depends on OF
168168
depends on ARM64 || COMPILE_TEST
169169
default ARM64 && ARCH_MEDIATEK
@@ -182,36 +182,36 @@ config PINCTRL_MT8188
182182
map specific eint which doesn't have real gpio pin.
183183

184184
config PINCTRL_MT8192
185-
bool "Mediatek MT8192 pin control"
185+
bool "MediaTek MT8192 pin control"
186186
depends on OF
187187
depends on ARM64 || COMPILE_TEST
188188
default ARM64 && ARCH_MEDIATEK
189189
select PINCTRL_MTK_PARIS
190190

191191
config PINCTRL_MT8195
192-
bool "Mediatek MT8195 pin control"
192+
bool "MediaTek MT8195 pin control"
193193
depends on OF
194194
depends on ARM64 || COMPILE_TEST
195195
default ARM64 && ARCH_MEDIATEK
196196
select PINCTRL_MTK_PARIS
197197

198198
config PINCTRL_MT8365
199-
bool "Mediatek MT8365 pin control"
199+
bool "MediaTek MT8365 pin control"
200200
depends on OF
201201
depends on ARM64 || COMPILE_TEST
202202
default ARM64 && ARCH_MEDIATEK
203203
select PINCTRL_MTK
204204

205205
config PINCTRL_MT8516
206-
bool "Mediatek MT8516 pin control"
206+
bool "MediaTek MT8516 pin control"
207207
depends on OF
208208
depends on ARM64 || COMPILE_TEST
209209
default ARM64 && ARCH_MEDIATEK
210210
select PINCTRL_MTK
211211

212212
# For PMIC
213213
config PINCTRL_MT6397
214-
bool "Mediatek MT6397 pin control"
214+
bool "MediaTek MT6397 pin control"
215215
depends on MFD_MT6397 || COMPILE_TEST
216216
depends on OF
217217
default MFD_MT6397

0 commit comments

Comments
 (0)