mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
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>
This commit is contained in:
parent
c161e40f45
commit
508eb2ce22
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue