From: Martin Blumenstingl Date: Sun, 29 Oct 2017 23:05:23 +0000 (+0100) Subject: ARM: meson: enable MESON_IRQ_GPIO also for MACH_MESON8 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=71a3dfd07ce1a69060bf040f28799171aa6a4ed3;p=linux.git ARM: meson: enable MESON_IRQ_GPIO also for MACH_MESON8 Now that the GPIO interrupt controller also supports the Meson8 SoCs we can enable it via Kconfig. Signed-off-by: Martin Blumenstingl Signed-off-by: Kevin Hilman --- diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index aff6164b2083f..d90f61e6254f8 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -23,6 +23,7 @@ config MACH_MESON8 default ARCH_MESON select MESON6_TIMER select COMMON_CLK_MESON8B + select MESON_IRQ_GPIO config MACH_MESON8B bool "Amlogic Meson8b SoCs support"