summaryrefslogtreecommitdiff
path: root/arch/arm/mach-meson
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2017-10-19 14:01:39 +0200
committerKevin Hilman <khilman@baylibre.com>2017-10-29 08:40:08 -0700
commitdea54268f3925d05e75b9c6dec487a6515dc0ed5 (patch)
tree8ebd5734ec33944115df0b11b7d6ebb8405984d5 /arch/arm/mach-meson
parentd850f3e5d2966e5c9eb55f66181cee960737e04c (diff)
ARM: meson: enable MESON_IRQ_GPIO in Kconfig for meson8b
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>
Diffstat (limited to 'arch/arm/mach-meson')
-rw-r--r--arch/arm/mach-meson/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig
index a0c64762d961..aff6164b2083 100644
--- a/arch/arm/mach-meson/Kconfig
+++ b/arch/arm/mach-meson/Kconfig
@@ -29,5 +29,6 @@ config MACH_MESON8B
default ARCH_MESON
select MESON6_TIMER
select COMMON_CLK_MESON8B
+ select MESON_IRQ_GPIO
endif