Skip to content

Commit

Permalink
sh: Restrict old CMT timer code to SH-2/SH-2A.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Feb 4, 2009
1 parent c161e40 commit 508eb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ config SH_TMU

config SH_CMT
bool "CMT timer support"
depends on SYS_SUPPORTS_CMT
depends on SYS_SUPPORTS_CMT && CPU_SH2
default y
help
This enables the use of the CMT as the system timer.
Expand Down

0 comments on commit 508eb2c

Please sign in to comment.