Skip to content

Commit c0ad453

Browse files
arinc9Linus Walleij
authored andcommitted
pinctrl: mediatek: add missing options to PINCTRL_MT7981
There are options missing from PINCTRL_MT7981 whilst being on every other pin controller. Add them. Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> Acked-by: Daniel Golle <daniel@makrotopia.org> Link: https://lore.kernel.org/r/20230218065108.8958-1-arinc.unal@arinc9.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent fe15c26 commit c0ad453

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/pinctrl/mediatek/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ config PINCTRL_MT7622
130130
config PINCTRL_MT7981
131131
bool "Mediatek MT7981 pin control"
132132
depends on OF
133+
depends on ARM64 || COMPILE_TEST
134+
default ARM64 && ARCH_MEDIATEK
133135
select PINCTRL_MTK_MOORE
134136

135137
config PINCTRL_MT7986

0 commit comments

Comments
 (0)