aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-02-04 01:28:06 -0500
committerPaul Mundt <lethal@linux-sh.org>2009-02-04 01:28:06 -0500
commit508eb2ce222053e51e2243b7add8eeac85b1d250 (patch)
tree60b67a7a440eb0b176369020299e433d4b74895f /arch/sh/Kconfig
parentc161e40f45d32b48f8facbee17720e708607002f (diff)
sh: Restrict old CMT timer code to SH-2/SH-2A.
None of the other platforms use this, and need individual porting. Restrict it back to the supported set of CPU subtypes. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 50c992444e55..78a01d7d37ef 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -419,7 +419,7 @@ config SH_TMU
419 419
420config SH_CMT 420config SH_CMT
421 bool "CMT timer support" 421 bool "CMT timer support"
422 depends on SYS_SUPPORTS_CMT 422 depends on SYS_SUPPORTS_CMT && CPU_SH2
423 default y 423 default y
424 help 424 help
425 This enables the use of the CMT as the system timer. 425 This enables the use of the CMT as the system timer.