All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: Kconfig: meson: drop pinctrl
@ 2020-12-07 23:01 ` Kevin Hilman
  0 siblings, 0 replies; 7+ messages in thread
From: Kevin Hilman @ 2020-12-07 23:01 UTC (permalink / raw)
  To: soc; +Cc: linux-amlogic, Linus Walleij

Don't automatically select pinctrl drivers, leave it up to defaults in
drivers/pinctrl/meson, which default to built-in, but are also now
optionally configurable as modules as of
commit 9c65441ec823 ("pinctrl/meson: enable building as modules")

Signed-off-by: Kevin Hilman <khilman@baylibre.com>
---
Arnd, Olof: I missed this in my earlier PR for arm-soc core changes.
Please apply directly.

 arch/arm64/Kconfig.platforms | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index e4e74e0b5b01..6c4d7356d918 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -152,8 +152,6 @@ config ARCH_MEDIATEK
 
 config ARCH_MESON
 	bool "Amlogic Platforms"
-	select PINCTRL
-	select PINCTRL_MESON
 	select MESON_IRQ_GPIO
 	help
 	  This enables support for the arm64 based Amlogic SoCs
-- 
2.28.0


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

end of thread, other threads:[~2020-12-09 17:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07 23:01 [PATCH] arm64: Kconfig: meson: drop pinctrl Kevin Hilman
2020-12-07 23:01 ` Kevin Hilman
2020-12-08 10:32 ` Jerome Brunet
2020-12-08 10:32   ` Jerome Brunet
2020-12-09 16:41 ` Arnd Bergmann
2020-12-09 16:41   ` Arnd Bergmann
2020-12-09 17:10 ` patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.