aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Makefile
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2017-09-18 15:46:10 +0200
committerMarc Zyngier <marc.zyngier@arm.com>2017-10-19 11:22:43 +0100
commit215f4cc0fb208665dd15a524ec57edf4d7e215e6 (patch)
tree08c7c2b1d11ff013202ceccf1380bae9b695aa20 /drivers/irqchip/Makefile
parentdt-bindings: interrupt-controller: Add DT binding for meson GPIO interrupt controller (diff)
downloadlinux-dev-215f4cc0fb208665dd15a524ec57edf4d7e215e6.tar.xz
linux-dev-215f4cc0fb208665dd15a524ec57edf4d7e215e6.zip
irqchip/meson: Add support for gpio interrupt controller
Add support for the interrupt gpio controller found on Amlogic's meson SoC family. This controller is a separate controller from the gpio controller. It is able to spy on the SoC pad. It is essentially a 256 to 8 router with a filtering block to select level or edge and polarity. The number of actual mappable inputs depends on the SoC. Cc: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'drivers/irqchip/Makefile')
-rw-r--r--drivers/irqchip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/Makefile b/drivers/irqchip/Makefile
index 845abc107ad5..065adf4102c9 100644
--- a/drivers/irqchip/Makefile
+++ b/drivers/irqchip/Makefile
@@ -79,3 +79,4 @@ obj-$(CONFIG_ARCH_ASPEED) += irq-aspeed-vic.o irq-aspeed-i2c-ic.o
obj-$(CONFIG_STM32_EXTI) += irq-stm32-exti.o
obj-$(CONFIG_QCOM_IRQ_COMBINER) += qcom-irq-combiner.o
obj-$(CONFIG_IRQ_UNIPHIER_AIDET) += irq-uniphier-aidet.o
+obj-$(CONFIG_MESON_IRQ_GPIO) += irq-meson-gpio.o