]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: meson: enable MESON_IRQ_GPIO in Kconfig for meson8b
authorJerome Brunet <jbrunet@baylibre.com>
Thu, 19 Oct 2017 12:01:39 +0000 (14:01 +0200)
committerKevin Hilman <khilman@baylibre.com>
Sun, 29 Oct 2017 15:40:08 +0000 (08:40 -0700)
select MESON_IRQ_GPIO in Kconfig for Amlogic's meson8b SoC

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/mach-meson/Kconfig

index a0c64762d9614257d5bd44de1f1e202036c10f5c..aff6164b2083fa7c6e25af6240ae48a42293ff31 100644 (file)
@@ -29,5 +29,6 @@ config MACH_MESON8B
        default ARCH_MESON
        select MESON6_TIMER
        select COMMON_CLK_MESON8B
+       select MESON_IRQ_GPIO
 
 endif