diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-07-31 04:13:39 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-20 22:57:47 -0400 |
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 | |||
258 | bool "SolutionEngine7780" | 258 | bool "SolutionEngine7780" |
259 | select SOLUTION_ENGINE | 259 | select SOLUTION_ENGINE |
260 | select SYS_SUPPORTS_PCI | 260 | select SYS_SUPPORTS_PCI |
261 | select CPU_HAS_INTC2_IRQ | ||
262 | depends on CPU_SUBTYPE_SH7780 | 261 | depends on CPU_SUBTYPE_SH7780 |
263 | help | 262 | help |
264 | Select 7780 SolutionEngine if configuring for a Renesas SH7780 | 263 | Select 7780 SolutionEngine if configuring for a Renesas SH7780 |