diff options
author | Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | 2007-12-25 21:45:06 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:19:02 -0500 |
commit | 31a49c4bf8f964b7a9897baa889916d71b51d9c1 (patch) | |
tree | e6c900dfbdf51d97d4c189a712a8c4e1aa059cf4 /arch/sh/Kconfig | |
parent | 52e8b118ecd17185ce514cd3f955094c1d8f4288 (diff) |
sh: Add support for SH7721 CPU subtype.
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 538631ca10a6..d2f557719489 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -214,6 +214,13 @@ config CPU_SUBTYPE_SH7720 | |||
214 | help | 214 | help |
215 | Select SH7720 if you have a SH3-DSP SH7720 CPU. | 215 | Select SH7720 if you have a SH3-DSP SH7720 CPU. |
216 | 216 | ||
217 | config CPU_SUBTYPE_SH7721 | ||
218 | bool "Support SH7721 processor" | ||
219 | select CPU_SH3 | ||
220 | select CPU_HAS_DSP | ||
221 | help | ||
222 | Select SH7721 if you have a SH3-DSP SH7721 CPU. | ||
223 | |||
217 | # SH-4 Processor Support | 224 | # SH-4 Processor Support |
218 | 225 | ||
219 | config CPU_SUBTYPE_SH7750 | 226 | config CPU_SUBTYPE_SH7750 |