diff options
author | Yingjoe Chen <yingjoe.chen@mediatek.com> | 2014-11-25 09:04:20 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-11-26 16:55:17 +0100 |
commit | 5fe3bba3088c4efab32a18649643b5075755b4b3 (patch) | |
tree | 58e72c3b9fb0d18587e2dcf7041aebdefb04cf19 /drivers/irqchip/Makefile | |
parent | irqchip: gic: Support hierarchy irq domain. (diff) | |
download | linux-5fe3bba3088c4efab32a18649643b5075755b4b3.tar.xz linux-5fe3bba3088c4efab32a18649643b5075755b4b3.zip |
irqchip: mtk-sysirq: Add sysirq interrupt polarity support
Mediatek SoCs have interrupt polarity support in sysirq which
allows to invert polarity for given interrupt. Add this support
using hierarchy irq domain.
Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
Link: https://lkml.kernel.org/r/1416902662-19281-3-git-send-email-yingjoe.chen@mediatek.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers/irqchip/Makefile')
-rw-r--r-- | drivers/irqchip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/Makefile b/drivers/irqchip/Makefile index ec3621d5ca87..2029e79c07a9 100644 --- a/drivers/irqchip/Makefile +++ b/drivers/irqchip/Makefile @@ -39,3 +39,4 @@ obj-$(CONFIG_IRQ_CROSSBAR) += irq-crossbar.o obj-$(CONFIG_BRCMSTB_L2_IRQ) += irq-brcmstb-l2.o \ irq-bcm7120-l2.o obj-$(CONFIG_KEYSTONE_IRQ) += irq-keystone.o +obj-$(CONFIG_ARCH_MEDIATEK) += irq-mtk-sysirq.o |