summaryrefslogtreecommitdiff
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
authorYoshinori Sato <ysato@users.sourceforge.jp>2015-05-09 17:30:47 (GMT)
committerYoshinori Sato <ysato@users.sourceforge.jp>2015-06-23 04:35:56 (GMT)
commit8a7644821ae00b76e0c039f9128ee584dda146a8 (patch)
tree2852dc6bfe50f4fe73dbbf5bfad0c49299225054 /drivers/irqchip/Kconfig
parent618b902d8c098f2fff188119da7b3184c4bc5483 (diff)
downloadlinux-8a7644821ae00b76e0c039f9128ee584dda146a8.tar.xz
h8300: IRQ chip driver
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r--drivers/irqchip/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 6de62a9..9986815 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -158,3 +158,11 @@ config KEYSTONE_IRQ
config MIPS_GIC
bool
select MIPS_CM
+
+config RENESAS_H8300H_INTC
+ bool
+ select IRQ_DOMAIN
+
+config RENESAS_H8S_INTC
+ bool
+ select IRQ_DOMAIN \ No newline at end of file