Message ID | 1416168856-12747-4-git-send-email-b.galvani@gmail.com |
---|---|
State | Not Applicable |
Headers | show |
On Sun, Nov 16, 2014 at 9:14 PM, Beniamino Galvani <b.galvani@gmail.com> wrote: > Make sure that the Meson pinctrl driver is built whenever Meson > support is enabled. > > Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> (Given we can merge the pinctrl driver) Please merge this through the ARM SoC tree. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index 2c1154e..1828711 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -1,7 +1,10 @@ menuconfig ARCH_MESON bool "Amlogic Meson SoCs" if ARCH_MULTI_V7 + select ARCH_REQUIRE_GPIOLIB select GENERIC_IRQ_CHIP select ARM_GIC + select PINCTRL + select PINCTRL_MESON if ARCH_MESON
Make sure that the Meson pinctrl driver is built whenever Meson support is enabled. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> --- arch/arm/mach-meson/Kconfig | 3 +++ 1 file changed, 3 insertions(+)