diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-05-24 19:07:18 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-24 19:07:18 +0900 |
commit | 197b58e6651426bec8b2582013258b52cd15a444 (patch) | |
tree | b1c34f18f468a1b6689cd46b3732490e9412686e /arch/sh/boards/Kconfig | |
parent | 5df38b9b7676e4e46c5c13e75f023ffb82542980 (diff) |
sh: se7343: Move CPLD IRQs to irqdomain and generic irq chip.
Follows the se7722 change, see there for more information.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/Kconfig')
-rw-r--r-- | arch/sh/boards/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index 525b9e32cd1..1a280048e2c 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig @@ -81,6 +81,8 @@ config SH_7780_SOLUTION_ENGINE config SH_7343_SOLUTION_ENGINE bool "SolutionEngine7343" select SOLUTION_ENGINE + select GENERIC_IRQ_CHIP + select IRQ_DOMAIN depends on CPU_SUBTYPE_SH7343 help Select 7343 SolutionEngine if configuring for a Hitachi |