diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-19 05:37:14 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-19 05:37:14 -0500 |
commit | 43a1839cb1e0e0ed08b8ace0adb3716865fd0c4c (patch) | |
tree | 9076b72e1cb925a2a6cef4aba381b0d9d9e151e4 /arch/sh/Kconfig | |
parent | a4ae2b2b18d1766768987dc5de42dfa3c2a6d9f7 (diff) |
sh: SH7786 clock framework rewrite.
This rewrites the SH7786 clock framework support completely. It's
reworked to provide all of the DIV4 and MSTP function clocks. This brings
it in line with the current clock framework code and lets us drop SH7786
from the list of CPUs that require legacy CPG handling.
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 8d0eabbf7460..352879c1b86b 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -551,8 +551,7 @@ config SH_PCLK_FREQ | |||
551 | CPU_SUBTYPE_SH7203 || \ | 551 | CPU_SUBTYPE_SH7203 || \ |
552 | CPU_SUBTYPE_SH7206 || \ | 552 | CPU_SUBTYPE_SH7206 || \ |
553 | CPU_SUBTYPE_SH7263 || \ | 553 | CPU_SUBTYPE_SH7263 || \ |
554 | CPU_SUBTYPE_MXG || \ | 554 | CPU_SUBTYPE_MXG |
555 | CPU_SUBTYPE_SH7786 | ||
556 | default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R | 555 | default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R |
557 | default "66000000" if CPU_SUBTYPE_SH4_202 | 556 | default "66000000" if CPU_SUBTYPE_SH4_202 |
558 | default "50000000" | 557 | default "50000000" |
@@ -566,7 +565,8 @@ config SH_CLK_CPG | |||
566 | 565 | ||
567 | config SH_CLK_CPG_LEGACY | 566 | config SH_CLK_CPG_LEGACY |
568 | depends on SH_CLK_CPG | 567 | depends on SH_CLK_CPG |
569 | def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE | 568 | def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ |
569 | !CPU_SUBTYPE_SH7786 | ||
570 | 570 | ||
571 | config SH_CLK_MD | 571 | config SH_CLK_MD |
572 | int "CPU Mode Pin Setting" | 572 | int "CPU Mode Pin Setting" |