1
0
Fork 0

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 <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
hifive-unleashed-5.1
Martin Blumenstingl 2017-10-30 00:05:23 +01:00 committed by Kevin Hilman
parent 59e45c691a
commit 71a3dfd07c
1 changed files with 1 additions and 0 deletions

View 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"