aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2009-05-12 06:25:54 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-05-12 06:53:14 -0400
commitf19900b2e608b604777a74d6d711bbf744657756 (patch)
treebf588e8de67316adc5d26c62a1d3c86b9f556e7d /arch/sh/Kconfig
parent2b23a8826a60268ec52302729911dd7ac6b10776 (diff)
sh: remove old TMU driver
This patch removes the old TMU driver (CONFIG_SH_TMU/timer-tmu.c) As replacement, select the sh_tmu driver with CONFIG_SH_TIMER_TMU and configure timer channel using platform data. If multiple TMU channels are enabled using platform data, use the earlytimer parameter on the kernel command line to select channel. For instance, use "earlytimer=sh_tmu.0" to select the first channel. To verify which timer is being used, look at printouts or the timer irq count in /proc/interrupts. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig9
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
474menu "Timer and clock configuration" 474menu "Timer and clock configuration"
475 475
476config 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
483config SH_TIMER_TMU 476config 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.