diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-25 15:29:33 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-25 15:29:33 -0700 |
commit | dd5957b78f9f17c3d4018dcff21dbae9a4486128 (patch) | |
tree | c833cca7707288005906a7583c36112f7475637e /drivers/sh/intc/Kconfig | |
parent | 497c01dda9a6abc969573ba999a86ed04a835e76 (diff) | |
parent | 049d28048be595e0a10a58fe1c104b153c386633 (diff) |
Merge tag 'renesas-sh-drivers-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas
Pull SH driver fix from Simon Horman:
"Confine SH_INTC to platforms that need it"
* tag 'renesas-sh-drivers-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
sh: intc: Confine SH_INTC to platforms that need it
Diffstat (limited to 'drivers/sh/intc/Kconfig')
-rw-r--r-- | drivers/sh/intc/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/sh/intc/Kconfig b/drivers/sh/intc/Kconfig index 60228fae943f..6a1b05ddc8c9 100644 --- a/drivers/sh/intc/Kconfig +++ b/drivers/sh/intc/Kconfig @@ -1,7 +1,9 @@ config SH_INTC - def_bool y + bool select IRQ_DOMAIN +if SH_INTC + comment "Interrupt controller options" config INTC_USERIMASK @@ -37,3 +39,5 @@ config INTC_MAPPING_DEBUG between system IRQs and the per-controller id tables. If in doubt, say N. + +endif |