aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-04-27 01:40:47 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-04-27 01:40:47 -0400
commit5be7c0a4d3dfe25091f2e4e524103e81d9e7e180 (patch)
treed3a9b0115beb7cdaf8b254818915bd50cb958a7d /arch/sh/Kconfig
parentfc4967b8c6a1540ebce9ac48e44b8d44e7fac971 (diff)
sh: select GENERIC_TIME for new CMT driver.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 4c68fdedfa10..164748945f95 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -476,10 +476,11 @@ config SH_TIMER_CMT
476 bool "CMT clockevents driver" 476 bool "CMT clockevents driver"
477 depends on SYS_SUPPORTS_CMT && !SH_CMT 477 depends on SYS_SUPPORTS_CMT && !SH_CMT
478 select GENERIC_CLOCKEVENTS 478 select GENERIC_CLOCKEVENTS
479 select GENERIC_TIME
479 480
480config SH_MTU2 481config SH_MTU2
481 bool "MTU2 timer support" 482 bool "MTU2 timer support"
482 depends on CPU_SH2A 483 depends on CPU_SH2A && !GENERIC_TIME
483 default y 484 default y
484 help 485 help
485 This enables the use of the MTU2 as the system timer. 486 This enables the use of the MTU2 as the system timer.