diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-10-01 10:49:56 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-01 10:49:56 -0400 |
commit | 5924ad0d86fbc05bfb0c90afa15e20ccb7155549 (patch) | |
tree | 6e1a60dbadfbb1238f5ebb0d3cbcd37f3aee26ee /arch/sh/Kconfig | |
parent | 68a1aed7039e5a94a8e60e23fdf676738c36086a (diff) |
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 2284215981ed..e46b61d64c7d 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -570,7 +570,7 @@ config SH_CLK_CPG | |||
570 | config SH_CLK_CPG_LEGACY | 570 | config SH_CLK_CPG_LEGACY |
571 | depends on SH_CLK_CPG | 571 | depends on SH_CLK_CPG |
572 | def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ | 572 | def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ |
573 | !CPU_SUBTYPE_SH7786 && !CPU_SUBTYPE_SH7757 | 573 | !CPU_SHX3 && !CPU_SUBTYPE_SH7757 |
574 | 574 | ||
575 | config SH_CLK_MD | 575 | config SH_CLK_MD |
576 | int "CPU Mode Pin Setting" | 576 | int "CPU Mode Pin Setting" |