aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig18
1 files changed, 5 insertions, 13 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 9db02ced57a5..7e96adea9602 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -462,22 +462,14 @@ config SH_TMU
462 help 462 help
463 This enables the use of the TMU as the system timer. 463 This enables the use of the TMU as the system timer.
464 464
465config SH_CMT
466 bool "CMT timer support"
467 depends on SYS_SUPPORTS_CMT && CPU_SH2
468 default y
469 help
470 This enables the use of the CMT as the system timer.
471
472#
473# Support for the new-style CMT driver. This will replace SH_CMT
474# once its other dependencies are merged.
475#
476config SH_TIMER_CMT 465config SH_TIMER_CMT
477 bool "CMT clockevents driver" 466 bool "CMT timer driver"
478 depends on SYS_SUPPORTS_CMT && !SH_CMT 467 depends on SYS_SUPPORTS_CMT
468 default y
479 select GENERIC_CLOCKEVENTS 469 select GENERIC_CLOCKEVENTS
480 select GENERIC_TIME 470 select GENERIC_TIME
471 help
472 This enables build of the CMT timer driver.
481 473
482config SH_MTU2 474config SH_MTU2
483 bool "MTU2 timer support" 475 bool "MTU2 timer support"