summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
authorShenwei Wang2015-08-24 21:04:15 +0200
committerThomas Gleixner2015-08-24 21:49:34 +0200
commite324c4dc4a5991d5b1171f434884a4026345e4b4 (patch)
tree7eafdc7f1b97f201d85e5dd7c67695886c5412cb /drivers/irqchip/Kconfig
parentirqchip: Add bcm2836 interrupt controller for Raspberry Pi 2 (diff)
downloadkernel-qcow2-linux-e324c4dc4a5991d5b1171f434884a4026345e4b4.tar.gz
kernel-qcow2-linux-e324c4dc4a5991d5b1171f434884a4026345e4b4.tar.xz
kernel-qcow2-linux-e324c4dc4a5991d5b1171f434884a4026345e4b4.zip
irqchip/imx-gpcv2: IMX GPCv2 driver for wakeup sources
IMX7D contains a new version of GPC IP block (GPCv2). It has two major functions: power management and wakeup source management. When the system is in WFI (wait for interrupt) mode, the GPC block will be the first block on the platform to be activated and signaled. In normal wait mode during cpu idle, the system can be woken up by any enabled interrupts. In standby or suspend mode, the system can only be wokem up by the pre-defined wakeup sources. Based-on-patch-by: Anson Huang <b20788@freescale.com> Signed-off-by: Shenwei Wang <shenwei.wang@freescale.com> Cc: <linux-arm-kernel@lists.infradead.org> Cc: <shawn.guo@linaro.org> Cc: <jason@lakedaemon.net> Link: http://lkml.kernel.org/r/1440443055-7291-1-git-send-email-shenwei.wang@freescale.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r--drivers/irqchip/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 5b853715f40b..27b52c8729cd 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -181,3 +181,9 @@ config RENESAS_H8300H_INTC
config RENESAS_H8S_INTC
bool
select IRQ_DOMAIN
+
+config IMX_GPCV2
+ bool
+ select IRQ_DOMAIN
+ help
+ Enables the wakeup IRQs for IMX platforms with GPCv2 block