diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:38:11 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:38:11 -0400 |
commit | e5723e0eeb2dc16629e86d66785024ead9169000 (patch) | |
tree | 7fe39cdaf3106cc726d3b84fdc998b382b6c5e22 /arch/sh/Kconfig | |
parent | ecd9561687a0952a96a0a705f618e59cb6f3189b (diff) |
sh: Add support for SH7706/SH7710/SH7343 CPUs.
This adds support for the aforementioned CPU subtypes, and cleans
up some build issues encountered as a result.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 035df7fb2237..557e7232141c 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -324,12 +324,11 @@ config SH_FPU_EMU | |||
324 | 324 | ||
325 | config SH_DSP | 325 | config SH_DSP |
326 | bool "DSP support" | 326 | bool "DSP support" |
327 | depends on !CPU_SH4 | 327 | default y if SH4AL_DSP || !CPU_SH4 |
328 | default y | 328 | default n |
329 | help | 329 | help |
330 | Selecting this option will enable support for SH processors that | 330 | Selecting this option will enable support for SH processors that |
331 | have DSP units (ie, SH2-DSP and SH3-DSP). It is safe to say Y here | 331 | have DSP units (ie, SH2-DSP, SH3-DSP, and SH4AL-DSP). |
332 | by default, as the existance of the DSP will be probed at runtime. | ||
333 | 332 | ||
334 | This option must be set in order to enable the DSP. | 333 | This option must be set in order to enable the DSP. |
335 | 334 | ||
@@ -393,8 +392,9 @@ config SH_PCLK_FREQ | |||
393 | int "Peripheral clock frequency (in Hz)" | 392 | int "Peripheral clock frequency (in Hz)" |
394 | default "50000000" if CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7780 | 393 | default "50000000" if CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7780 |
395 | default "60000000" if CPU_SUBTYPE_SH7751 | 394 | default "60000000" if CPU_SUBTYPE_SH7751 |
396 | default "33333333" if CPU_SUBTYPE_SH7300 || CPU_SUBTYPE_SH7770 || CPU_SUBTYPE_SH7760 | 395 | default "33333333" if CPU_SUBTYPE_SH7300 || CPU_SUBTYPE_SH7770 || \ |
397 | default "27000000" if CPU_SUBTYPE_SH73180 | 396 | CPU_SUBTYPE_SH7760 |
397 | default "27000000" if CPU_SUBTYPE_SH73180 || CPU_SUBTYPE_SH7343 | ||
398 | default "66000000" if CPU_SUBTYPE_SH4_202 | 398 | default "66000000" if CPU_SUBTYPE_SH4_202 |
399 | help | 399 | help |
400 | This option is used to specify the peripheral clock frequency. | 400 | This option is used to specify the peripheral clock frequency. |