diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-05-15 03:25:47 -0400 |
---|---|---|
committer | Paul Mundt <lethal@hera.kernel.org> | 2007-06-07 22:43:40 -0400 |
commit | 05627486ab7f31ea09d8bb7a83582ca0185dc283 (patch) | |
tree | 79189f3118568cff90b374d433de0ea2c8b2fe1f /arch/sh/Kconfig | |
parent | fd8f20e8e2f8f1d9201086bff444c8d35f0a6a45 (diff) |
sh: Fix SH-4 CPU selects.
Now that select no longer works for selecting the "closest" CPU,
we have to explicitly reference the precise sub-type in the few
places where it actually matters (presently only setup code and
some legacy sh-sci cruft).
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 6c42c8ed9781..78f5f2305132 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -467,13 +467,13 @@ config SH_PCLK_FREQ | |||
467 | int "Peripheral clock frequency (in Hz)" | 467 | int "Peripheral clock frequency (in Hz)" |
468 | default "27000000" if CPU_SUBTYPE_SH73180 || CPU_SUBTYPE_SH7343 | 468 | default "27000000" if CPU_SUBTYPE_SH73180 || CPU_SUBTYPE_SH7343 |
469 | default "31250000" if CPU_SUBTYPE_SH7619 | 469 | default "31250000" if CPU_SUBTYPE_SH7619 |
470 | default "32000000" if CPU_SUBTYPE_SH7722 | ||
470 | default "33333333" if CPU_SUBTYPE_SH7300 || CPU_SUBTYPE_SH7770 || \ | 471 | default "33333333" if CPU_SUBTYPE_SH7300 || CPU_SUBTYPE_SH7770 || \ |
471 | CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \ | 472 | CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \ |
472 | CPU_SUBTYPE_SH7206 | 473 | CPU_SUBTYPE_SH7206 |
473 | default "50000000" if CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7780 || \ | 474 | default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R |
474 | CPU_SUBTYPE_SH7785 | ||
475 | default "60000000" if CPU_SUBTYPE_SH7751 | ||
476 | default "66000000" if CPU_SUBTYPE_SH4_202 | 475 | default "66000000" if CPU_SUBTYPE_SH4_202 |
476 | default "50000000" | ||
477 | help | 477 | help |
478 | This option is used to specify the peripheral clock frequency. | 478 | This option is used to specify the peripheral clock frequency. |
479 | This is necessary for determining the reference clock value on | 479 | This is necessary for determining the reference clock value on |