diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-06-03 08:39:59 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-11 09:13:36 +0300 |
commit | c521dc02034df3681394a30b428bf081cfa22253 (patch) | |
tree | 11c6a9588653ec8780e96d8fc4e2e8f67fbafd01 /arch/sh/Kconfig | |
parent | 098dee99d14e8324d3793df442d6078d0c134140 (diff) | |
download | blackbird-obmc-linux-c521dc02034df3681394a30b428bf081cfa22253.tar.gz blackbird-obmc-linux-c521dc02034df3681394a30b428bf081cfa22253.zip |
sh: sh7723 clock framework rewrite V2
This patch contains V2 of the sh7723 clock framework
rewrite. 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 dec8b7b8dc6c..d13390b81aa5 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 + def_bool y if !CPU_SUBTYPE_SH7785 && !CPU_SUBTYPE_SH7723 config SH_CLK_MD int "CPU Mode Pin Setting" |