Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
arch/sh/Kconfig
··· 419 419 420 420 config SH_CMT 421 421 bool "CMT timer support" 422 - depends on SYS_SUPPORTS_CMT 422 + depends on SYS_SUPPORTS_CMT && CPU_SH2 423 423 default y 424 424 help 425 425 This enables the use of the CMT as the system timer.