Message ID | 20201207230156.10198-1-khilman@baylibre.com (mailing list archive) |
---|---|
State | Accepted |
Commit | dcb11100cd5d3f5a191b7fba75422e3df792f3ff |
Headers | show |
Series | arm64: Kconfig: meson: drop pinctrl | expand |
On Tue 08 Dec 2020 at 00:01, Kevin Hilman <khilman@baylibre.com> wrote: > 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> Reviewed-by: Jerome Brunet <jbrunet@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
From: Arnd Bergmann <arnd@arndb.de> On Mon, 7 Dec 2020 15:01:56 -0800, Kevin Hilman wrote: > 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") Applied to arm/soc, thanks! [1/1] arm64: Kconfig: meson: drop pinctrl commit: dcb11100cd5d3f5a191b7fba75422e3df792f3ff Arnd
Hello: This patch was applied to soc/soc.git (refs/heads/for-next): On Mon, 7 Dec 2020 15:01:56 -0800 you wrote: > 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> > > [...] Here is the summary with links: - arm64: Kconfig: meson: drop pinctrl https://git.kernel.org/soc/soc/c/dcb11100cd5d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
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
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(-)