diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-10-01 14:49:56 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-01 14:49:56 (GMT) |
commit | 5924ad0d86fbc05bfb0c90afa15e20ccb7155549 (patch) | |
tree | 6e1a60dbadfbb1238f5ebb0d3cbcd37f3aee26ee /arch/sh/Kconfig | |
parent | 68a1aed7039e5a94a8e60e23fdf676738c36086a (diff) | |
download | linux-5924ad0d86fbc05bfb0c90afa15e20ccb7155549.tar.xz |
sh: Update SH-X3 subtype for clkdev lookups.
Rewrite the SH-X3 proto CPU clock framework for clkdev.
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 2284215..e46b61d 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -570,7 +570,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_SH7757 + !CPU_SHX3 && !CPU_SUBTYPE_SH7757 config SH_CLK_MD int "CPU Mode Pin Setting" |