diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 5391746be1e9..e7b6406c96b6 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -473,16 +473,9 @@ source "arch/sh/boards/Kconfig" | |||
473 | 473 | ||
474 | menu "Timer and clock configuration" | 474 | menu "Timer and clock configuration" |
475 | 475 | ||
476 | config SH_TMU | ||
477 | bool "TMU timer support" | ||
478 | depends on CPU_SH3 || CPU_SH4 | ||
479 | default y | ||
480 | help | ||
481 | This enables the use of the TMU as the system timer. | ||
482 | |||
483 | config SH_TIMER_TMU | 476 | config SH_TIMER_TMU |
484 | bool "TMU timer driver" | 477 | bool "TMU timer driver" |
485 | depends on !SH_TMU && SYS_SUPPORTS_TMU | 478 | depends on SYS_SUPPORTS_TMU |
486 | default y | 479 | default y |
487 | help | 480 | help |
488 | This enables the build of the TMU timer driver. | 481 | This enables the build of the TMU timer driver. |