diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-06-04 03:37:59 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-11 02:15:15 -0400 |
commit | 46e9371c0eaade8391b3969431a72272b9007158 (patch) | |
tree | a7482cdfe6d208a51571e004c155688b227f8255 /arch/sh/Kconfig | |
parent | 4ed37394842e5f9c0c4ea087e8716d4458d03bfb (diff) |
sh: sh7722 clock framework rewrite
This patch rewrites the sh7722 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.
While at it, now when all SuperH Mobile processors
are converted, fix CONFIG_SH_CLK_CPG_LEGACY to depend
on CONFIG_ARCH_SHMOBILE.
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 dbc10ff495a9..b5629cdc37a0 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -516,7 +516,7 @@ config SH_CLK_CPG | |||
516 | 516 | ||
517 | config SH_CLK_CPG_LEGACY | 517 | config SH_CLK_CPG_LEGACY |
518 | depends on SH_CLK_CPG | 518 | depends on SH_CLK_CPG |
519 | def_bool y if !CPU_SUBTYPE_SH7785 && !CPU_SUBTYPE_SH7723 && !CPU_SUBTYPE_SH7724 && !CPU_SUBTYPE_SH7343 && !CPU_SUBTYPE_SH7366 | 519 | def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE |
520 | 520 | ||
521 | config SH_CLK_MD | 521 | config SH_CLK_MD |
522 | int "CPU Mode Pin Setting" | 522 | int "CPU Mode Pin Setting" |