diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2010-07-06 04:32:05 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-07-06 17:38:30 +0900 |
commit | 56c52986b163575402c2db83b2fec60234ace1e9 (patch) | |
tree | c78a9fc253330bd709e8f31e6396cd3d4c7da62e /arch/sh/Kconfig | |
parent | 3810e96056ffddf68305f6d11d2d5103ec1f605d (diff) | |
download | op-kernel-dev-56c52986b163575402c2db83b2fec60234ace1e9.zip op-kernel-dev-56c52986b163575402c2db83b2fec60234ace1e9.tar.gz |
sh: modify clock framework of SH7757
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
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 e6b1f20..4b5a1d5 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -573,7 +573,7 @@ config SH_CLK_CPG config SH_CLK_CPG_LEGACY depends on SH_CLK_CPG def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ - !CPU_SUBTYPE_SH7786 + !CPU_SUBTYPE_SH7786 && !CPU_SUBTYPE_SH7757 config SH_CLK_MD int "CPU Mode Pin Setting" |