diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-08-01 17:13:46 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-08-01 17:13:46 +0900 |
commit | 1d6a21b0a672fb29b01ccf397d478e0541e17716 (patch) | |
tree | cc4527286de39a1b70e0af1de16f8a664bea0118 /drivers/sh/intc/Kconfig | |
parent | 2d534926205db9ffce4bbbde67cb9b2cee4b835c (diff) | |
download | blackbird-op-linux-1d6a21b0a672fb29b01ccf397d478e0541e17716.tar.gz blackbird-op-linux-1d6a21b0a672fb29b01ccf397d478e0541e17716.zip |
sh: intc: initial irqdomain support.
Trivial support for irq domains, using either a linear map or radix tree
depending on the vector layout.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/sh/intc/Kconfig')
-rw-r--r-- | drivers/sh/intc/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/sh/intc/Kconfig b/drivers/sh/intc/Kconfig index c88cbccc62b0..a305731742a9 100644 --- a/drivers/sh/intc/Kconfig +++ b/drivers/sh/intc/Kconfig @@ -1,3 +1,7 @@ +config SH_INTC + def_bool y + select IRQ_DOMAIN + comment "Interrupt controller options" config INTC_USERIMASK |