public inbox for linux-mediatek@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: mediatek: mt8195: enable driver on mtk platforms
@ 2022-03-27 16:08 Fabien Parent
  2022-03-28  3:34 ` Miles Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabien Parent @ 2022-03-27 16:08 UTC (permalink / raw)
  To: Sean Wang, Linus Walleij, Matthias Brugger, Zhiyong Tao
  Cc: Fabien Parent, linux-mediatek, linux-gpio, linux-kernel,
	linux-arm-kernel

Set the pinctrl driver as built-in by default if
ARM64 and ARCH_MEDIATEK are enabled.

Fixes: 6cf5e9ef362a ("pinctrl: add pinctrl driver on mt8195")
Signed-off-by: Fabien Parent <fparent@baylibre.com>
---
 drivers/pinctrl/mediatek/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/mediatek/Kconfig b/drivers/pinctrl/mediatek/Kconfig
index 66db4ac5d169..8b20109559b3 100644
--- a/drivers/pinctrl/mediatek/Kconfig
+++ b/drivers/pinctrl/mediatek/Kconfig
@@ -158,6 +158,7 @@ config PINCTRL_MT8195
 	bool "Mediatek MT8195 pin control"
 	depends on OF
 	depends on ARM64 || COMPILE_TEST
+	default ARM64 && ARCH_MEDIATEK
 	select PINCTRL_MTK_PARIS
 
 config PINCTRL_MT8365
-- 
2.35.1


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-19 22:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-27 16:08 [PATCH] pinctrl: mediatek: mt8195: enable driver on mtk platforms Fabien Parent
2022-03-28  3:34 ` Miles Chen
2022-03-28 13:49 ` AngeloGioacchino Del Regno
2022-04-19 22:40 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox