diff options
author | Markus Brunner <super.firetwister@gmail.com> | 2007-08-19 19:59:33 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-20 22:57:49 -0400 |
commit | 3ea6bc3de4f15fcae84fb31eeea4d420685a3da2 (patch) | |
tree | 2b9e37135052aab926b7be0822d024c4ba71c32e /arch/sh/mm/Kconfig | |
parent | dfc5ed2a939baf08f9385a8c6249b719cac63665 (diff) |
sh: Add SH7720 CPU support.
This adds support for the SH7720 (SH3-DSP) CPU.
Signed-off by: Markus Brunner <super.firetwister@gmail.com>
Signed-off by: Mark Jonas <toertel@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r-- | arch/sh/mm/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index e5801d9aac3f..5487b99d4f6d 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -111,6 +111,14 @@ config CPU_SUBTYPE_SH7712 | |||
111 | help | 111 | help |
112 | Select SH7712 if you have a SH3-DSP SH7712 CPU. | 112 | Select SH7712 if you have a SH3-DSP SH7712 CPU. |
113 | 113 | ||
114 | config CPU_SUBTYPE_SH7720 | ||
115 | bool "Support SH7720 processor" | ||
116 | select CPU_SH3 | ||
117 | select CPU_HAS_INTC_IRQ | ||
118 | select CPU_HAS_DSP | ||
119 | help | ||
120 | Select SH7720 if you have a SH3-DSP SH7720 CPU. | ||
121 | |||
114 | # SH-4 Processor Support | 122 | # SH-4 Processor Support |
115 | 123 | ||
116 | config CPU_SUBTYPE_SH7750 | 124 | config CPU_SUBTYPE_SH7750 |