aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-05-08 02:28:15 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-05-08 02:28:15 -0400
commit4fa48e1774992fd03a4cd83a0f2adecb288c46f8 (patch)
tree2642bcfd03a828ff0e547c947b0076cdd605e34c
parente367592cc93ac653e7bc0bebbc9bb713a77e2696 (diff)
sh: Enable new TMU driver support for all SH-3 and SH-4 CPUs.
The TMU block is supported on all SH-3 and SH-4 subtypes, so just select it there, rather than conditionalizing it per subtype. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--arch/sh/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index b773e7d1b06b..88eb118e9fa6 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -168,6 +168,7 @@ config CPU_SH3
168 bool 168 bool
169 select CPU_HAS_INTEVT 169 select CPU_HAS_INTEVT
170 select CPU_HAS_SR_RB 170 select CPU_HAS_SR_RB
171 select SYS_SUPPORTS_TMU
171 172
172config CPU_SH4 173config CPU_SH4
173 bool 174 bool
@@ -175,6 +176,7 @@ config CPU_SH4
175 select CPU_HAS_SR_RB 176 select CPU_HAS_SR_RB
176 select CPU_HAS_PTEA if !CPU_SH4A || CPU_SHX2 177 select CPU_HAS_PTEA if !CPU_SH4A || CPU_SHX2
177 select CPU_HAS_FPU if !CPU_SH4AL_DSP 178 select CPU_HAS_FPU if !CPU_SH4AL_DSP
179 select SYS_SUPPORTS_TMU
178 180
179config CPU_SH4A 181config CPU_SH4A
180 bool 182 bool
@@ -393,7 +395,6 @@ config CPU_SUBTYPE_SH7785
393 select CPU_SHX2 395 select CPU_SHX2
394 select ARCH_SPARSEMEM_ENABLE 396 select ARCH_SPARSEMEM_ENABLE
395 select SYS_SUPPORTS_NUMA 397 select SYS_SUPPORTS_NUMA
396 select SYS_SUPPORTS_TMU
397 398
398config CPU_SUBTYPE_SH7786 399config CPU_SUBTYPE_SH7786
399 bool "Support SH7786 processor" 400 bool "Support SH7786 processor"
@@ -428,7 +429,6 @@ config CPU_SUBTYPE_SH7722
428 select ARCH_SPARSEMEM_ENABLE 429 select ARCH_SPARSEMEM_ENABLE
429 select SYS_SUPPORTS_NUMA 430 select SYS_SUPPORTS_NUMA
430 select SYS_SUPPORTS_CMT 431 select SYS_SUPPORTS_CMT
431 select SYS_SUPPORTS_TMU
432 432
433config CPU_SUBTYPE_SH7366 433config CPU_SUBTYPE_SH7366
434 bool "Support SH7366 processor" 434 bool "Support SH7366 processor"