diff mbox series

[2/5] ARM64: meson: enable MESON_IRQ_GPIO in Kconfig

Message ID 20171019120143.20581-3-jbrunet@baylibre.com
State New
Headers show
Series ARM: meson: enable gpio interrupt controller | expand

Commit Message

Jerome Brunet Oct. 19, 2017, 12:01 p.m. UTC
select MESON_IRQ_GPIO in Kconfig for Amlogic's meson SoC family

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>

---
 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

-- 
2.13.6

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 6b54ee8c1262..5d5e79e8d556 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -104,6 +104,7 @@  config ARCH_MESON
 	select PINCTRL_MESON
 	select COMMON_CLK_AMLOGIC
 	select COMMON_CLK_GXBB
+	select MESON_IRQ_GPIO
 	help
 	  This enables support for the Amlogic S905 SoCs.