From aeecf3142d82414d511135cc85f86caddfb58338 Mon Sep 17 00:00:00 2001 From: john stultz Date: Sun, 6 May 2007 14:50:34 -0700 Subject: Convert h8/300 to generic timekeeping Currently h8/300 does not implement sub-jiffy timekeeping, so there is no benefit to having arch specific timekeeping code. This patch simply removes those functions and enables the generic timekeeping code. Signed-off-by: John Stultz Acked-by: Yoshinori Sato Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- arch/h8300/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/h8300/Kconfig') diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index 1734d96422c..86f6ca36363 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -53,6 +53,10 @@ config GENERIC_CALIBRATE_DELAY bool default y +config GENERIC_TIME + bool + default y + config TIME_LOW_RES bool default y -- cgit v1.2.3