diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-09-10 12:05:10 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-21 11:57:52 +0900 |
commit | 5cbc3af521a85aab8ae72c25afcf2698a7547cbd (patch) | |
tree | 48efae9104e1de9dc5672d645b85c843852a3635 /arch/sh/mm/Kconfig | |
parent | 953c8ef250fc6c329d1607cf9cd7fac1d72d7579 (diff) | |
download | linux-5cbc3af521a85aab8ae72c25afcf2698a7547cbd.tar.gz linux-5cbc3af521a85aab8ae72c25afcf2698a7547cbd.tar.bz2 linux-5cbc3af521a85aab8ae72c25afcf2698a7547cbd.zip |
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/Kconfig')
-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 config CPU_SUBTYPE_SH7720 bool "Support SH7720 processor" select CPU_SH3 - select CPU_HAS_INTC_IRQ select CPU_HAS_DSP help Select SH7720 if you have a SH3-DSP SH7720 CPU. |