From: Paul Mundt Date: Mon, 27 Apr 2009 05:40:47 +0000 (+0900) Subject: sh: select GENERIC_TIME for new CMT driver. X-Git-Tag: v2.6.31-rc5~1^2~42^2~41^2~122 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=5be7c0a4d3dfe25091f2e4e524103e81d9e7e180;p=~andy%2Flinux sh: select GENERIC_TIME for new CMT driver. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 4c68fdedfa1..164748945f9 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -476,10 +476,11 @@ config SH_TIMER_CMT bool "CMT clockevents driver" depends on SYS_SUPPORTS_CMT && !SH_CMT select GENERIC_CLOCKEVENTS + select GENERIC_TIME config SH_MTU2 bool "MTU2 timer support" - depends on CPU_SH2A + depends on CPU_SH2A && !GENERIC_TIME default y help This enables the use of the MTU2 as the system timer.