lkml.org 
[lkml]   [2017]   [Apr]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v2] drivers/irqchip: Enable IMX_GPCV2 on i.MX7 by default
Date
i.MX7 has GPCv2 IP block and should be one of the main users of that
driver. Unitl now, however, this driver was not being used by i.MX7
code and GPCv2 block not specified in corresponding .dts(i). In light
of the series [1] and problems that lack of the driver creates with it
[2], enable this option when i.MX7 support is selected.

[1] https://lkml.org/lkml/2017/4/13/327
[2] https://lkml.org/lkml/2017/4/13/646

Cc: yurovsky@gmail.com
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Tyler Baker <tyler.baker@linaro.org>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---

Changes since v1:

- Better commit message.

drivers/irqchip/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 125528f..8d87546 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -250,7 +250,7 @@ config RENESAS_H8S_INTC
select IRQ_DOMAIN

config IMX_GPCV2
- bool
+ def_bool y if SOC_IMX7D
select IRQ_DOMAIN
help
Enables the wakeup IRQs for IMX platforms with GPCv2 block
--
2.9.3
\
 
 \ /
  Last update: 2017-04-14 22:29    [W:0.043 / U:0.128 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site