ARM: meson: enable MESON_IRQ_GPIO also for MACH_MESON8
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sun, 29 Oct 2017 23:05:23 +0000 (00:05 +0100)
committerKevin Hilman <khilman@baylibre.com>
Mon, 11 Dec 2017 23:58:46 +0000 (15:58 -0800)
Now that the GPIO interrupt controller also supports the Meson8 SoCs we
can enable it via Kconfig.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/mach-meson/Kconfig

index aff6164b2083fa7c6e25af6240ae48a42293ff31..d90f61e6254f80ba8fde45ef1129581713ee693a 100644 (file)
@@ -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"