Skip to content

Commit

Permalink
arm64: Kconfig: meson: drop pinctrl
Browse files Browse the repository at this point in the history
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 9c65441 ("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>
  • Loading branch information
Kevin Hilman authored and Arnd Bergmann committed Dec 9, 2020
1 parent e7e499e commit dcb1110
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm64/Kconfig.platforms
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcb1110

Please sign in to comment.