clocksource: SuperH TMU Timer driver
[deliverable/linux.git] / arch / sh / Kconfig
index bda3dc1b0c262fa4ab057cee51cb7ed3b17180ba..1f74737c4f20e29032ac9011874255463b4fc5dd 100644 (file)
@@ -116,6 +116,9 @@ config SYS_SUPPORTS_CMT
 config SYS_SUPPORTS_MTU2
        bool
 
+config SYS_SUPPORTS_TMU
+       bool
+
 config STACKTRACE_SUPPORT
        def_bool y
 
@@ -470,6 +473,15 @@ config SH_TMU
        help
          This enables the use of the TMU as the system timer.
 
+config SH_TIMER_TMU
+       bool "TMU timer driver"
+       depends on !SH_TMU && SYS_SUPPORTS_TMU
+       default y
+       select GENERIC_TIME
+       select GENERIC_CLOCKEVENTS
+       help
+         This enables the build of the TMU timer driver.
+
 config SH_TIMER_CMT
        bool "CMT timer driver"
        depends on SYS_SUPPORTS_CMT
This page took 0.024475 seconds and 5 git commands to generate.