diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-09-09 23:05:10 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-20 22:57:52 -0400 |
commit | 5cbc3af521a85aab8ae72c25afcf2698a7547cbd (patch) | |
tree | 48efae9104e1de9dc5672d645b85c843852a3635 /arch/sh/mm | |
parent | 953c8ef250fc6c329d1607cf9cd7fac1d72d7579 (diff) |
sh: minor fixes
This patch contains the following fixes:
- Adds sh7785 support to CONFIG_EARLY_SCIF_CONSOLE_PORT.
- Removes duplicate include from rts7751r2d irq code.
- Removes CONFIG_CPU_HAS_INTC from sh7720 Kconfig entry.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r-- | arch/sh/mm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index dce59b812946..5a92b3becdd7 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -105,7 +105,6 @@ config CPU_SUBTYPE_SH7712 | |||
105 | config CPU_SUBTYPE_SH7720 | 105 | config CPU_SUBTYPE_SH7720 |
106 | bool "Support SH7720 processor" | 106 | bool "Support SH7720 processor" |
107 | select CPU_SH3 | 107 | select CPU_SH3 |
108 | select CPU_HAS_INTC_IRQ | ||
109 | select CPU_HAS_DSP | 108 | select CPU_HAS_DSP |
110 | help | 109 | help |
111 | Select SH7720 if you have a SH3-DSP SH7720 CPU. | 110 | Select SH7720 if you have a SH3-DSP SH7720 CPU. |