diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-06-04 07:32:11 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-11 09:14:34 +0300 |
commit | bc49b6eaac6eff86f902a36d846c310e1e0beedf (patch) | |
tree | 82fd2cd451c39edad84567a0bf1d0962bd4c581a /arch/sh/Kconfig | |
parent | b621370a3505f8bd42acc41736cae47d5ce8bd06 (diff) | |
download | blackbird-op-linux-bc49b6eaac6eff86f902a36d846c310e1e0beedf.tar.gz blackbird-op-linux-bc49b6eaac6eff86f902a36d846c310e1e0beedf.zip |
sh: sh7343 clock framework rewrite
This patch rewrites the sh7343 clock framework code.
The new code makes use of the recently merged div4,
div6 and mstp32 helper code. Both extal and dll are
supported as input clocks to the pll.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 7b564bddfb53..39807146d259 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -516,7 +516,7 @@ config SH_CLK_CPG config SH_CLK_CPG_LEGACY depends on SH_CLK_CPG - def_bool y if !CPU_SUBTYPE_SH7785 && !CPU_SUBTYPE_SH7723 && !CPU_SUBTYPE_SH7724 + def_bool y if !CPU_SUBTYPE_SH7785 && !CPU_SUBTYPE_SH7723 && !CPU_SUBTYPE_SH7724 && !CPU_SUBTYPE_SH7343 config SH_CLK_MD int "CPU Mode Pin Setting" |