From ee17b36fd0dc2af37ea92548595e30964674ded8 Mon Sep 17 00:00:00 2001 From: john stultz Date: Sun, 6 May 2007 14:51:53 -0700 Subject: v850: generic timekeeping conversion Convert an arch that does not currently implement sub-jiffy timekeeping to use the generic timekeeping code. v850 looks like it has some intent to implement sub-jiffy timekeeping, so it may not yet be appropriate to try to convert, but I figured I'd get the maintainer's input and submit the patch for comment. Signed-off-by: John Stultz Cc: Miles Bader Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- arch/v850/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/v850/Kconfig') diff --git a/arch/v850/Kconfig b/arch/v850/Kconfig index 50ccc7f57cd0..5f54c1236c18 100644 --- a/arch/v850/Kconfig +++ b/arch/v850/Kconfig @@ -37,6 +37,10 @@ config GENERIC_IRQ_PROBE bool default y +config GENERIC_TIME + bool + default y + config TIME_LOW_RES bool default y -- cgit v1.2.3