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>
This commit is contained in:
Jerome Brunet 2017-10-19 14:01:39 +02:00 committed by Kevin Hilman
parent d850f3e5d2
commit dea54268f3
1 changed files with 1 additions and 0 deletions

View File

@ -29,5 +29,6 @@ config MACH_MESON8B
default ARCH_MESON
select MESON6_TIMER
select COMMON_CLK_MESON8B
select MESON_IRQ_GPIO
endif