diff options
author | Carlo Caione | 2016-05-02 10:02:17 +0200 |
---|---|---|
committer | Kevin Hilman | 2016-06-01 10:55:05 -0700 |
commit | bf56c7762df2ef60512eb58c5f4525d173a4da22 (patch) | |
tree | 1dc4a9aa51d8cf4604b975b02d677db9919bcd0f | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) |
ARM64: Kconfig: Select the Amlogic Meson pin controller driver
Select the Meson pin controller driver also for the AArch64 Meson
platform.
Signed-off-by: Carlo Caione <carlo@endlessm.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | arch/arm64/Kconfig.platforms | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 7ef1d05859ae..26c56177382c 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -66,6 +66,8 @@ config ARCH_MEDIATEK config ARCH_MESON bool "Amlogic Platforms" + select PINCTRL + select PINCTRL_MESON help This enables support for the Amlogic S905 SoCs. |