linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] pinctrl: mediatek: add missing options to PINCTRL_MT7981
@ 2023-02-18  6:51 arinc9.unal
  2023-02-18  6:51 ` [PATCH 2/2] pinctrl: mediatek: fix naming inconsistency arinc9.unal
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: arinc9.unal @ 2023-02-18  6:51 UTC (permalink / raw)
  To: Sean Wang, Linus Walleij, Matthias Brugger
  Cc: Arınç ÜNAL, linux-mediatek, linux-gpio,
	linux-kernel, linux-arm-kernel, Daniel Golle, erkin.bozoglu

From: Arınç ÜNAL <arinc.unal@arinc9.com>

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>
---
 drivers/pinctrl/mediatek/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/pinctrl/mediatek/Kconfig b/drivers/pinctrl/mediatek/Kconfig
index f20c28334bcb..67818ba14d4e 100644
--- a/drivers/pinctrl/mediatek/Kconfig
+++ b/drivers/pinctrl/mediatek/Kconfig
@@ -130,6 +130,8 @@ config PINCTRL_MT7622
 config PINCTRL_MT7981
 	bool "Mediatek MT7981 pin control"
 	depends on OF
+	depends on ARM64 || COMPILE_TEST
+	default ARM64 && ARCH_MEDIATEK
 	select PINCTRL_MTK_MOORE
 
 config PINCTRL_MT7986
-- 
2.37.2


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

end of thread, other threads:[~2023-03-06 13:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-18  6:51 [PATCH 1/2] pinctrl: mediatek: add missing options to PINCTRL_MT7981 arinc9.unal
2023-02-18  6:51 ` [PATCH 2/2] pinctrl: mediatek: fix naming inconsistency arinc9.unal
2023-02-18 17:32   ` Daniel Golle
2023-03-06 13:23   ` Linus Walleij
2023-02-18 17:31 ` [PATCH 1/2] pinctrl: mediatek: add missing options to PINCTRL_MT7981 Daniel Golle
2023-03-06 13:23 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).