diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
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 | ||
420 | config SH_CMT | 420 | config 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. |