Commit 375eede3 authored by Linus Walleij's avatar Linus Walleij

pinctrl: mtk: Fix mt8365 Kconfig dependency

This SoC needs to select PINCTRL_MTK or we can end up in
kernel compiles that miss some symbols.

Cc: Fabien Parent <fparent@baylibre.com>
Reported-by: default avatarkernel test robot <lkp@intel.com>
Fixes: e94d8b6f ("pinctrl: mediatek: add support for mt8365 SoC")
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 897120d4
...@@ -158,6 +158,7 @@ config PINCTRL_MT8365 ...@@ -158,6 +158,7 @@ config PINCTRL_MT8365
depends on OF depends on OF
depends on ARM64 || COMPILE_TEST depends on ARM64 || COMPILE_TEST
default ARM64 && ARCH_MEDIATEK default ARM64 && ARCH_MEDIATEK
select PINCTRL_MTK
config PINCTRL_MT8516 config PINCTRL_MT8516
bool "Mediatek MT8516 pin control" bool "Mediatek MT8516 pin control"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment