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