diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-13 04:38:11 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-13 04:38:11 -0400 |
commit | 253b0887b3736160feac9ccdcf146a2073e41463 (patch) | |
tree | fb7e0776555cff9275760293c10c13e8c8f365fe /arch/sh/Kconfig | |
parent | 100890c55e326a9acb4429593c5ad2012c194564 (diff) |
sh: clkfwk: Rework legacy CPG clock handling.
This moves out the old legacy CPG clocks to their own file, and converts
over the existing users. With these clocks going away and each CPU
dealing with them on their own, CPUs can gradually move over to the new
interface.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index fb75c2d1928d..d7990cd2f8d4 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -513,6 +513,9 @@ config SH_PCLK_FREQ | |||
513 | This is necessary for determining the reference clock value on | 513 | This is necessary for determining the reference clock value on |
514 | platforms lacking an RTC. | 514 | platforms lacking an RTC. |
515 | 515 | ||
516 | config SH_CLK_CPG_LEGACY | ||
517 | def_bool y | ||
518 | |||
516 | config SH_CLK_MD | 519 | config SH_CLK_MD |
517 | int "CPU Mode Pin Setting" | 520 | int "CPU Mode Pin Setting" |
518 | depends on CPU_SH2 | 521 | depends on CPU_SH2 |