]> Git Repo - linux.git/commitdiff
arm64: Kconfig: meson: drop pinctrl
authorKevin Hilman <[email protected]>
Mon, 7 Dec 2020 23:01:56 +0000 (15:01 -0800)
committerArnd Bergmann <[email protected]>
Wed, 9 Dec 2020 16:36:46 +0000 (17:36 +0100)
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 <[email protected]>
Reviewed-by: Jerome Brunet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
arch/arm64/Kconfig.platforms

index a75513b4ce6b156ebd973c16014a7e296d58e1ac..d8a4c4a9292cc57535f2bd5434a53abbeee8fa0d 100644 (file)
@@ -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
This page took 0.057646 seconds and 4 git commands to generate.