From: Carlo Caione Date: Mon, 2 May 2016 08:02:17 +0000 (+0200) Subject: ARM64: Kconfig: Select the Amlogic Meson pin controller driver X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=bf56c7762df2ef60512eb58c5f4525d173a4da22;p=deliverable%2Flinux.git 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 Signed-off-by: Kevin Hilman --- 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.