diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-07-31 17:13:39 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-21 11:57:47 +0900 |
commit | c9d03d9a80c4bcc571efd93fe80ed40973030422 (patch) | |
tree | 36cf0a0dd2024fca11257b3f101a6b9f4d83282c /arch/sh/Kconfig | |
parent | e29bfbc44332ee2233d87d5adfd1824fd8a1c73b (diff) |
sh: simplify se7780 IRQ code
The new intc code handles IRQ3 and IRQ7 in the cpu specific code
already, so there is no reason to duplicate that here.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 54878f07cf0c..ceceb05f9dc9 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -258,7 +258,6 @@ config SH_7780_SOLUTION_ENGINE bool "SolutionEngine7780" select SOLUTION_ENGINE select SYS_SUPPORTS_PCI - select CPU_HAS_INTC2_IRQ depends on CPU_SUBTYPE_SH7780 help Select 7780 SolutionEngine if configuring for a Renesas SH7780 |