diff options
author | Kevin Hilman <khilman@baylibre.com> | 2020-12-07 15:01:56 -0800 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-12-09 17:36:46 +0100 |
commit | dcb11100cd5d3f5a191b7fba75422e3df792f3ff (patch) | |
tree | dd4412eb22240c598aead776533ce4360044b206 /arch/arm64 | |
parent | e7e499ee8a844189edff3e768d4721d1a6cc67fd (diff) |
arm64: Kconfig: meson: drop pinctrl
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>
Link: https://lore.kernel.org/r/20201207230156.10198-1-khilman@baylibre.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index a75513b4ce6b..d8a4c4a9292c 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 |