projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fe1492
)
irqchip: dw-apb-ictl: Select GENERIC_IRQ_CHIP
author
Jisheng Zhang
<jszhang@marvell.com>
Wed, 22 Oct 2014 12:59:10 +0000
(20:59 +0800)
committer
Jason Cooper
<jason@lakedaemon.net>
Sun, 2 Nov 2014 02:22:07 +0000
(
02:22
+0000)
The dw-apb-ictl driver uses the generic-chip functions.
Thus it needs to select GENERIC_IRQ_CHIP in Kconfig.
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Link:
https://lkml.kernel.org/r/1413982750-832-1-git-send-email-jszhang@marvell.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/irqchip/Kconfig
b/drivers/irqchip/Kconfig
index b21f12f1766dea301c7b6749d0e77bc6bfaa3ebd..a925da041bb59845a83eea39e75bd2839ef84f64 100644
(file)
--- a/
drivers/irqchip/Kconfig
+++ b/
drivers/irqchip/Kconfig
@@
-56,6
+56,7
@@
config BRCMSTB_L2_IRQ
config DW_APB_ICTL
bool
+ select GENERIC_IRQ_CHIP
select IRQ_DOMAIN
config IMGPDC_IRQ