diff options
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 |