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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -158,6 +158,7 @@ config PINCTRL_MT8365
	depends on OF
	depends on ARM64 || COMPILE_TEST
	default ARM64 && ARCH_MEDIATEK
	select PINCTRL_MTK

config PINCTRL_MT8516
	bool "Mediatek MT8516 pin control"