diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-10-30 00:05:23 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-12-11 15:58:46 -0800 |
commit | 71a3dfd07ce1a69060bf040f28799171aa6a4ed3 (patch) | |
tree | 9fa8bbd518260b43ef759dff64b4c81a90a4f48a /arch/arm/mach-meson | |
parent | 59e45c691a7feab99df65201c4c7a4268383c48c (diff) | |
download | linux-71a3dfd07ce1a69060bf040f28799171aa6a4ed3.tar.bz2 |
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>
Diffstat (limited to 'arch/arm/mach-meson')
-rw-r--r-- | arch/arm/mach-meson/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index aff6164b2083..d90f61e6254f 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -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" |